Merge pull request #231526 from figsoda/hab

habitat: 0.90.6 -> 1.1.652, fix build, unpin openssl

authored by Martin Weinelt and committed by GitHub 03afb195 973697f9

+2469 -2541
+2429 -2520
pkgs/applications/networking/cluster/habitat/Cargo.lock
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 [[package]] 4 name = "actix-codec" 5 - version = "0.1.2" 6 source = "registry+https://github.com/rust-lang/crates.io-index" 7 dependencies = [ 8 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 9 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 10 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 11 - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 12 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 13 ] 14 15 [[package]] 16 - name = "actix-connect" 17 - version = "0.2.5" 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 dependencies = [ 20 - "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 21 - "actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 22 - "actix-service 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 23 - "actix-utils 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", 24 - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", 25 - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 26 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 27 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 28 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 29 - "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 30 - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 31 - "trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", 32 ] 33 34 [[package]] 35 - name = "actix-http" 36 - version = "0.2.10" 37 source = "registry+https://github.com/rust-lang/crates.io-index" 38 dependencies = [ 39 - "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 40 - "actix-connect 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 41 - "actix-server-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 42 - "actix-service 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 43 - "actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 44 - "actix-utils 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", 45 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 46 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 47 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 48 - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 49 - "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 50 - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", 51 - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 52 - "encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)", 53 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 54 - "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", 55 - "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 56 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 57 - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 58 - "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 59 - "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 60 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 61 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 62 - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 63 - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 64 - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 65 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 66 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 67 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 68 - "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", 69 - "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 70 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 71 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 72 - "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 73 - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 74 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 75 - "trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", 76 ] 77 78 [[package]] 79 name = "actix-router" 80 - version = "0.1.5" 81 source = "registry+https://github.com/rust-lang/crates.io-index" 82 dependencies = [ 83 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 84 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 85 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 86 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 87 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 88 - "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 89 ] 90 91 [[package]] 92 name = "actix-rt" 93 - version = "0.2.5" 94 source = "registry+https://github.com/rust-lang/crates.io-index" 95 dependencies = [ 96 - "actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 97 - "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 98 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 99 - "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 100 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 101 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 102 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 103 ] 104 105 [[package]] 106 name = "actix-server" 107 - version = "0.5.1" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - dependencies = [ 110 - "actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 111 - "actix-server-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 112 - "actix-service 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 113 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 114 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 115 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 116 - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 117 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 118 - "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", 119 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 120 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 121 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 122 - "tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", 123 - "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 124 - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 125 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 126 - "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", 127 - "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", 128 - ] 129 - 130 - [[package]] 131 - name = "actix-server-config" 132 - version = "0.1.2" 133 source = "registry+https://github.com/rust-lang/crates.io-index" 134 dependencies = [ 135 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 136 - "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", 137 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 138 - "tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", 139 - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 140 ] 141 142 [[package]] 143 name = "actix-service" 144 - version = "0.4.2" 145 source = "registry+https://github.com/rust-lang/crates.io-index" 146 dependencies = [ 147 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 148 ] 149 150 [[package]] 151 - name = "actix-threadpool" 152 - version = "0.1.1" 153 source = "registry+https://github.com/rust-lang/crates.io-index" 154 dependencies = [ 155 - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", 156 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 157 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 158 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 159 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 160 - "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 161 - "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 162 ] 163 164 [[package]] 165 name = "actix-utils" 166 - version = "0.4.7" 167 source = "registry+https://github.com/rust-lang/crates.io-index" 168 dependencies = [ 169 - "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 170 - "actix-service 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 171 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 172 - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 173 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 174 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 175 - "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 176 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 177 ] 178 179 [[package]] 180 name = "actix-web" 181 - version = "1.0.3" 182 source = "registry+https://github.com/rust-lang/crates.io-index" 183 dependencies = [ 184 - "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 185 - "actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", 186 - "actix-router 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 187 - "actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 188 - "actix-server 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 189 - "actix-server-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 190 - "actix-service 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 191 - "actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 192 - "actix-utils 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", 193 - "actix-web-codegen 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 194 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 195 - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", 196 - "encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)", 197 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 198 - "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 199 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 200 - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 201 - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 202 - "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 203 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 204 - "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", 205 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 206 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 207 - "serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", 208 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 209 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 210 ] 211 212 [[package]] 213 - name = "actix-web-codegen" 214 - version = "0.1.3" 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 dependencies = [ 217 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 218 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 219 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 220 ] 221 222 [[package]] 223 - name = "adler32" 224 - version = "1.0.4" 225 source = "registry+https://github.com/rust-lang/crates.io-index" 226 227 [[package]] 228 name = "aho-corasick" 229 version = "0.6.10" 230 source = "registry+https://github.com/rust-lang/crates.io-index" 231 dependencies = [ 232 - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 233 ] 234 235 [[package]] 236 name = "aho-corasick" 237 - version = "0.7.6" 238 source = "registry+https://github.com/rust-lang/crates.io-index" 239 dependencies = [ 240 - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 241 ] 242 243 [[package]] 244 name = "ansi_term" 245 version = "0.11.0" 246 source = "registry+https://github.com/rust-lang/crates.io-index" 247 dependencies = [ 248 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 249 ] 250 251 [[package]] 252 - name = "antidote" 253 - version = "1.0.0" 254 source = "registry+https://github.com/rust-lang/crates.io-index" 255 256 [[package]] 257 name = "arc-swap" 258 - version = "0.3.11" 259 source = "registry+https://github.com/rust-lang/crates.io-index" 260 261 [[package]] 262 - name = "arc-swap" 263 - version = "0.4.3" 264 source = "registry+https://github.com/rust-lang/crates.io-index" 265 266 [[package]] 267 - name = "arrayref" 268 - version = "0.3.5" 269 source = "registry+https://github.com/rust-lang/crates.io-index" 270 271 [[package]] 272 - name = "arrayvec" 273 - version = "0.4.12" 274 source = "registry+https://github.com/rust-lang/crates.io-index" 275 dependencies = [ 276 - "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", 277 ] 278 279 [[package]] 280 name = "atty" 281 - version = "0.2.13" 282 source = "registry+https://github.com/rust-lang/crates.io-index" 283 dependencies = [ 284 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 285 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 286 ] 287 288 [[package]] 289 name = "autocfg" 290 - version = "0.1.6" 291 source = "registry+https://github.com/rust-lang/crates.io-index" 292 293 [[package]] 294 name = "backtrace" 295 - version = "0.3.38" 296 source = "registry+https://github.com/rust-lang/crates.io-index" 297 dependencies = [ 298 - "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", 299 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 300 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 301 - "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 302 ] 303 304 [[package]] 305 - name = "backtrace-sys" 306 - version = "0.1.31" 307 source = "registry+https://github.com/rust-lang/crates.io-index" 308 - dependencies = [ 309 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 310 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 311 - ] 312 313 [[package]] 314 name = "base64" 315 - version = "0.10.1" 316 source = "registry+https://github.com/rust-lang/crates.io-index" 317 - dependencies = [ 318 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 319 - ] 320 321 [[package]] 322 name = "bimap" 323 - version = "0.4.0" 324 source = "registry+https://github.com/rust-lang/crates.io-index" 325 - dependencies = [ 326 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 327 - ] 328 329 [[package]] 330 name = "bincode" 331 - version = "0.9.2" 332 - source = "registry+https://github.com/rust-lang/crates.io-index" 333 - dependencies = [ 334 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 335 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 336 - ] 337 - 338 - [[package]] 339 - name = "bincode" 340 - version = "1.2.0" 341 source = "registry+https://github.com/rust-lang/crates.io-index" 342 dependencies = [ 343 - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 344 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 345 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 346 ] 347 348 [[package]] 349 name = "bitflags" 350 - version = "1.2.1" 351 source = "registry+https://github.com/rust-lang/crates.io-index" 352 353 [[package]] 354 name = "blake2b_simd" 355 - version = "0.5.8" 356 source = "registry+https://github.com/rust-lang/crates.io-index" 357 dependencies = [ 358 - "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 359 - "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 360 - "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 361 ] 362 363 [[package]] 364 name = "block-buffer" 365 - version = "0.7.3" 366 source = "registry+https://github.com/rust-lang/crates.io-index" 367 dependencies = [ 368 - "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 369 - "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 370 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 371 - "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", 372 ] 373 374 [[package]] 375 - name = "block-padding" 376 - version = "0.1.4" 377 source = "registry+https://github.com/rust-lang/crates.io-index" 378 dependencies = [ 379 - "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 380 ] 381 382 [[package]] 383 name = "broadcast" 384 version = "0.1.0" 385 source = "registry+https://github.com/rust-lang/crates.io-index" 386 387 [[package]] 388 - name = "byte-tools" 389 - version = "0.3.1" 390 source = "registry+https://github.com/rust-lang/crates.io-index" 391 392 [[package]] 393 name = "byteorder" 394 - version = "1.3.2" 395 source = "registry+https://github.com/rust-lang/crates.io-index" 396 397 [[package]] 398 name = "bytes" 399 - version = "0.4.12" 400 source = "registry+https://github.com/rust-lang/crates.io-index" 401 - dependencies = [ 402 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 403 - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 404 - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 405 - ] 406 407 [[package]] 408 - name = "c2-chacha" 409 - version = "0.2.2" 410 source = "registry+https://github.com/rust-lang/crates.io-index" 411 dependencies = [ 412 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 413 - "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 414 ] 415 416 [[package]] 417 name = "caps" 418 - version = "0.3.3" 419 source = "registry+https://github.com/rust-lang/crates.io-index" 420 dependencies = [ 421 - "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", 422 - "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", 423 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 424 ] 425 426 [[package]] 427 name = "cc" 428 - version = "1.0.45" 429 source = "registry+https://github.com/rust-lang/crates.io-index" 430 431 [[package]] 432 name = "cfg-if" 433 version = "0.1.10" 434 source = "registry+https://github.com/rust-lang/crates.io-index" 435 436 [[package]] 437 - name = "chrono" 438 - version = "0.4.9" 439 source = "registry+https://github.com/rust-lang/crates.io-index" 440 - dependencies = [ 441 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 442 - "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", 443 - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 444 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 445 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 446 - ] 447 448 [[package]] 449 - name = "clap" 450 - version = "2.33.0" 451 source = "registry+https://github.com/rust-lang/crates.io-index" 452 dependencies = [ 453 - "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 454 - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", 455 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 456 - "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 457 - "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 458 - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 459 - "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 460 ] 461 462 [[package]] 463 - name = "cloudabi" 464 - version = "0.0.3" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 dependencies = [ 467 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 468 ] 469 470 [[package]] 471 - name = "constant_time_eq" 472 - version = "0.1.4" 473 source = "registry+https://github.com/rust-lang/crates.io-index" 474 475 [[package]] 476 - name = "cookie" 477 - version = "0.12.0" 478 - source = "registry+https://github.com/rust-lang/crates.io-index" 479 dependencies = [ 480 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 481 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 482 ] 483 484 [[package]] 485 - name = "cookie_store" 486 - version = "0.7.0" 487 - source = "registry+https://github.com/rust-lang/crates.io-index" 488 dependencies = [ 489 - "cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 490 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 491 - "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 492 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 493 - "publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 494 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 495 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 496 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 497 - "try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 498 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 499 ] 500 501 [[package]] 502 - name = "copyless" 503 - version = "0.1.4" 504 source = "registry+https://github.com/rust-lang/crates.io-index" 505 506 [[package]] 507 name = "core-foundation" 508 - version = "0.6.4" 509 source = "registry+https://github.com/rust-lang/crates.io-index" 510 dependencies = [ 511 - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 512 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 513 ] 514 515 [[package]] 516 name = "core-foundation-sys" 517 - version = "0.6.2" 518 source = "registry+https://github.com/rust-lang/crates.io-index" 519 520 [[package]] 521 name = "cpu-time" 522 - version = "0.1.0" 523 source = "registry+https://github.com/rust-lang/crates.io-index" 524 dependencies = [ 525 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 526 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 527 ] 528 529 [[package]] 530 - name = "crc32fast" 531 - version = "1.2.0" 532 source = "registry+https://github.com/rust-lang/crates.io-index" 533 dependencies = [ 534 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 535 ] 536 537 [[package]] 538 - name = "crossbeam-deque" 539 - version = "0.7.1" 540 source = "registry+https://github.com/rust-lang/crates.io-index" 541 dependencies = [ 542 - "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 543 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 544 ] 545 546 [[package]] 547 - name = "crossbeam-epoch" 548 - version = "0.7.2" 549 source = "registry+https://github.com/rust-lang/crates.io-index" 550 dependencies = [ 551 - "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 552 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 553 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 554 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 555 - "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 556 - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 557 ] 558 559 [[package]] 560 - name = "crossbeam-queue" 561 - version = "0.1.2" 562 source = "registry+https://github.com/rust-lang/crates.io-index" 563 dependencies = [ 564 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 565 ] 566 567 [[package]] 568 - name = "crossbeam-utils" 569 - version = "0.6.6" 570 source = "registry+https://github.com/rust-lang/crates.io-index" 571 dependencies = [ 572 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 573 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 574 ] 575 576 [[package]] 577 - name = "crypto-mac" 578 - version = "0.7.0" 579 source = "registry+https://github.com/rust-lang/crates.io-index" 580 dependencies = [ 581 - "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", 582 - "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 583 ] 584 585 [[package]] 586 - name = "ctrlc" 587 - version = "3.1.2" 588 source = "registry+https://github.com/rust-lang/crates.io-index" 589 dependencies = [ 590 - "nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", 591 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 592 ] 593 594 [[package]] 595 - name = "derive_more" 596 - version = "0.14.1" 597 source = "registry+https://github.com/rust-lang/crates.io-index" 598 dependencies = [ 599 - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 600 - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 601 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 602 - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 603 ] 604 605 [[package]] 606 - name = "derive_more" 607 - version = "0.15.0" 608 source = "registry+https://github.com/rust-lang/crates.io-index" 609 dependencies = [ 610 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 611 - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 612 - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 613 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 614 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 615 - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 616 ] 617 618 [[package]] 619 - name = "digest" 620 - version = "0.8.1" 621 source = "registry+https://github.com/rust-lang/crates.io-index" 622 dependencies = [ 623 - "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", 624 ] 625 626 [[package]] 627 - name = "dirs" 628 - version = "1.0.5" 629 source = "registry+https://github.com/rust-lang/crates.io-index" 630 dependencies = [ 631 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 632 - "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 633 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 634 ] 635 636 [[package]] 637 - name = "dirs" 638 - version = "2.0.2" 639 source = "registry+https://github.com/rust-lang/crates.io-index" 640 dependencies = [ 641 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 642 - "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 643 ] 644 645 [[package]] 646 - name = "dirs-sys" 647 - version = "0.3.4" 648 source = "registry+https://github.com/rust-lang/crates.io-index" 649 dependencies = [ 650 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 651 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 652 - "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 653 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 654 ] 655 656 [[package]] 657 - name = "dns-lookup" 658 - version = "1.0.1" 659 source = "registry+https://github.com/rust-lang/crates.io-index" 660 dependencies = [ 661 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 662 - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", 663 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 664 ] 665 666 [[package]] 667 - name = "dtoa" 668 - version = "0.4.4" 669 source = "registry+https://github.com/rust-lang/crates.io-index" 670 - 671 - [[package]] 672 - name = "either" 673 - version = "1.5.3" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - 676 - [[package]] 677 - name = "encoding" 678 - version = "0.2.33" 679 - source = "registry+https://github.com/rust-lang/crates.io-index" 680 dependencies = [ 681 - "encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", 682 - "encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", 683 - "encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", 684 - "encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", 685 - "encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)", 686 ] 687 688 [[package]] 689 - name = "encoding-index-japanese" 690 - version = "1.20141219.5" 691 source = "registry+https://github.com/rust-lang/crates.io-index" 692 dependencies = [ 693 - "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 694 ] 695 696 [[package]] 697 - name = "encoding-index-korean" 698 - version = "1.20141219.5" 699 source = "registry+https://github.com/rust-lang/crates.io-index" 700 dependencies = [ 701 - "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 702 ] 703 704 [[package]] 705 - name = "encoding-index-simpchinese" 706 - version = "1.20141219.5" 707 source = "registry+https://github.com/rust-lang/crates.io-index" 708 dependencies = [ 709 - "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 710 ] 711 712 [[package]] 713 - name = "encoding-index-singlebyte" 714 - version = "1.20141219.5" 715 source = "registry+https://github.com/rust-lang/crates.io-index" 716 dependencies = [ 717 - "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 718 ] 719 720 [[package]] 721 - name = "encoding-index-tradchinese" 722 - version = "1.20141219.5" 723 source = "registry+https://github.com/rust-lang/crates.io-index" 724 dependencies = [ 725 - "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 726 ] 727 728 [[package]] 729 - name = "encoding_index_tests" 730 - version = "0.1.4" 731 source = "registry+https://github.com/rust-lang/crates.io-index" 732 733 [[package]] 734 name = "encoding_rs" 735 - version = "0.8.20" 736 source = "registry+https://github.com/rust-lang/crates.io-index" 737 dependencies = [ 738 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 739 - ] 740 - 741 - [[package]] 742 - name = "enum-as-inner" 743 - version = "0.2.1" 744 - source = "registry+https://github.com/rust-lang/crates.io-index" 745 - dependencies = [ 746 - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 747 - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 748 - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 749 ] 750 751 [[package]] 752 name = "env" 753 version = "0.0.0" 754 source = "registry+https://github.com/rust-lang/crates.io-index" 755 756 [[package]] 757 name = "env_logger" 758 - version = "0.7.0" 759 source = "registry+https://github.com/rust-lang/crates.io-index" 760 dependencies = [ 761 - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", 762 - "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 763 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 764 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 765 - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 766 ] 767 768 [[package]] 769 name = "env_proxy" 770 - version = "0.3.1" 771 source = "registry+https://github.com/rust-lang/crates.io-index" 772 dependencies = [ 773 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 774 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 775 ] 776 777 [[package]] 778 name = "errno" 779 - version = "0.2.4" 780 source = "registry+https://github.com/rust-lang/crates.io-index" 781 dependencies = [ 782 - "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 783 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 784 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 785 ] 786 787 [[package]] 788 name = "errno-dragonfly" 789 version = "0.1.1" 790 source = "registry+https://github.com/rust-lang/crates.io-index" 791 dependencies = [ 792 - "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", 793 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 794 ] 795 796 [[package]] 797 name = "error-chain" 798 version = "0.10.0" 799 source = "registry+https://github.com/rust-lang/crates.io-index" 800 801 [[package]] 802 - name = "error-chain" 803 - version = "0.12.1" 804 source = "registry+https://github.com/rust-lang/crates.io-index" 805 dependencies = [ 806 - "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", 807 - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 808 ] 809 810 [[package]] 811 - name = "failure" 812 - version = "0.1.6" 813 source = "registry+https://github.com/rust-lang/crates.io-index" 814 dependencies = [ 815 - "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", 816 - "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 817 ] 818 819 [[package]] 820 - name = "failure_derive" 821 - version = "0.1.6" 822 source = "registry+https://github.com/rust-lang/crates.io-index" 823 dependencies = [ 824 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 825 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 826 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 827 - "synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", 828 ] 829 830 [[package]] 831 - name = "fake-simd" 832 - version = "0.1.2" 833 source = "registry+https://github.com/rust-lang/crates.io-index" 834 835 [[package]] 836 - name = "field-offset" 837 version = "0.1.1" 838 source = "registry+https://github.com/rust-lang/crates.io-index" 839 840 [[package]] 841 - name = "filetime" 842 - version = "0.2.7" 843 source = "registry+https://github.com/rust-lang/crates.io-index" 844 dependencies = [ 845 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 846 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 847 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 848 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 849 ] 850 851 [[package]] 852 - name = "fixedbitset" 853 - version = "0.1.9" 854 source = "registry+https://github.com/rust-lang/crates.io-index" 855 856 [[package]] 857 - name = "flate2" 858 - version = "1.0.12" 859 source = "registry+https://github.com/rust-lang/crates.io-index" 860 dependencies = [ 861 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 862 - "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 863 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 864 - "miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 865 ] 866 867 [[package]] 868 - name = "fnv" 869 - version = "1.0.6" 870 source = "registry+https://github.com/rust-lang/crates.io-index" 871 872 [[package]] 873 - name = "foreign-types" 874 - version = "0.3.2" 875 source = "registry+https://github.com/rust-lang/crates.io-index" 876 dependencies = [ 877 - "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 878 ] 879 880 [[package]] 881 - name = "foreign-types-shared" 882 - version = "0.1.1" 883 source = "registry+https://github.com/rust-lang/crates.io-index" 884 885 [[package]] 886 - name = "fs_extra" 887 - version = "1.1.0" 888 source = "registry+https://github.com/rust-lang/crates.io-index" 889 890 [[package]] 891 - name = "fsevent" 892 - version = "0.4.0" 893 source = "registry+https://github.com/rust-lang/crates.io-index" 894 dependencies = [ 895 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 896 - "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 897 ] 898 899 [[package]] 900 - name = "fsevent-sys" 901 - version = "2.0.1" 902 source = "registry+https://github.com/rust-lang/crates.io-index" 903 dependencies = [ 904 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 905 ] 906 907 [[package]] 908 - name = "fuchsia-cprng" 909 - version = "0.1.1" 910 source = "registry+https://github.com/rust-lang/crates.io-index" 911 912 [[package]] 913 - name = "fuchsia-zircon" 914 - version = "0.3.3" 915 source = "registry+https://github.com/rust-lang/crates.io-index" 916 dependencies = [ 917 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 918 - "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 919 ] 920 921 [[package]] 922 - name = "fuchsia-zircon-sys" 923 - version = "0.3.3" 924 source = "registry+https://github.com/rust-lang/crates.io-index" 925 926 [[package]] 927 - name = "futures" 928 - version = "0.1.29" 929 source = "registry+https://github.com/rust-lang/crates.io-index" 930 931 [[package]] 932 - name = "futures-cpupool" 933 - version = "0.1.8" 934 source = "registry+https://github.com/rust-lang/crates.io-index" 935 dependencies = [ 936 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 937 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 938 ] 939 940 [[package]] 941 name = "gcc" 942 version = "0.3.55" 943 source = "registry+https://github.com/rust-lang/crates.io-index" 944 945 [[package]] 946 name = "generic-array" 947 - version = "0.12.3" 948 source = "registry+https://github.com/rust-lang/crates.io-index" 949 dependencies = [ 950 - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", 951 ] 952 953 [[package]] 954 name = "getrandom" 955 - version = "0.1.6" 956 source = "registry+https://github.com/rust-lang/crates.io-index" 957 dependencies = [ 958 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 959 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 960 ] 961 962 [[package]] 963 name = "glob" 964 - version = "0.3.0" 965 source = "registry+https://github.com/rust-lang/crates.io-index" 966 967 [[package]] 968 name = "h2" 969 - version = "0.1.26" 970 source = "registry+https://github.com/rust-lang/crates.io-index" 971 dependencies = [ 972 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 973 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 974 - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 975 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 976 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 977 - "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 978 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 979 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 980 - "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 981 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 982 ] 983 984 [[package]] 985 name = "hab" 986 version = "0.0.0" 987 dependencies = [ 988 - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", 989 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 990 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 991 - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 992 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 993 - "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 994 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 995 - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", 996 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 997 - "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 998 - "habitat-sup-client 0.0.0", 999 - "habitat-sup-protocol 0.0.0", 1000 - "habitat_api_client 0.0.0", 1001 - "habitat_common 0.0.0", 1002 - "habitat_core 0.0.0", 1003 - "handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", 1004 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1005 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1006 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1007 - "pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1008 - "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", 1009 - "retry 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1010 - "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 1011 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1012 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1013 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1014 - "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", 1015 - "tabwriter 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1016 - "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", 1017 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1018 - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 1019 - "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1020 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1021 - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1022 - "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 1023 - "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1024 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1025 - "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1026 ] 1027 1028 [[package]] 1029 name = "habitat-launcher" 1030 version = "0.0.0" 1031 dependencies = [ 1032 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1033 - "habitat-launcher-protocol 0.0.0", 1034 - "habitat_common 0.0.0", 1035 - "habitat_core 0.0.0", 1036 - "ipc-channel 0.9.0 (git+https://github.com/habitat-sh/ipc-channel?branch=hbt-windows)", 1037 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1038 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1039 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1040 - "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1041 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 1042 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1043 ] 1044 1045 [[package]] 1046 name = "habitat-launcher-client" 1047 version = "0.0.0" 1048 dependencies = [ 1049 - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1050 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1051 - "habitat-launcher-protocol 0.0.0", 1052 - "habitat_common 0.0.0", 1053 - "habitat_core 0.0.0", 1054 - "ipc-channel 0.9.0 (git+https://github.com/habitat-sh/ipc-channel?branch=hbt-windows)", 1055 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1056 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1057 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1058 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1059 ] 1060 1061 [[package]] 1062 name = "habitat-launcher-protocol" 1063 version = "0.0.0" 1064 dependencies = [ 1065 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1066 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1067 - "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1068 - "prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1069 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1070 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1071 ] 1072 1073 [[package]] 1074 name = "habitat-rst-reader" 1075 version = "0.0.0" 1076 dependencies = [ 1077 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1078 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1079 - "habitat_butterfly 0.1.0", 1080 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1081 ] 1082 1083 [[package]] 1084 name = "habitat-sup-client" 1085 version = "0.0.0" 1086 dependencies = [ 1087 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 1088 - "habitat-sup-protocol 0.0.0", 1089 - "habitat_common 0.0.0", 1090 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1091 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1092 - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 1093 - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 1094 - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1095 - "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", 1096 ] 1097 1098 [[package]] 1099 name = "habitat-sup-protocol" 1100 version = "0.0.0" 1101 dependencies = [ 1102 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1103 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1104 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 1105 - "habitat_core 0.0.0", 1106 - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1107 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1108 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1109 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1110 - "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1111 - "prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1112 - "prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1113 - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1114 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1115 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1116 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1117 - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 1118 - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1119 - "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1120 ] 1121 1122 [[package]] 1123 name = "habitat_api_client" 1124 version = "0.0.0" 1125 dependencies = [ 1126 - "broadcast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1127 - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 1128 - "env 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1129 - "habitat_core 0.0.0", 1130 - "habitat_http_client 0.0.0", 1131 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1132 - "pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1133 - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1134 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1135 - "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", 1136 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1137 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1138 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1139 - "tee 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1140 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1141 ] 1142 1143 [[package]] 1144 name = "habitat_butterfly" 1145 version = "0.1.0" 1146 dependencies = [ 1147 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1148 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1149 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1150 - "habitat_common 0.0.0", 1151 - "habitat_core 0.0.0", 1152 - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1153 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1154 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1155 - "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1156 - "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1157 - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", 1158 - "prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1159 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1160 - "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1161 - "prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1162 - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1163 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1164 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1165 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1166 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1167 - "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1168 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 1169 - "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1170 - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1171 - "zmq 0.8.3 (git+https://github.com/habitat-sh/rust-zmq?branch=v0.8-symlinks-removed)", 1172 ] 1173 1174 [[package]] 1175 name = "habitat_common" 1176 version = "0.0.0" 1177 dependencies = [ 1178 - "bimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1179 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1180 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1181 - "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1182 - "habitat_api_client 0.0.0", 1183 - "habitat_core 0.0.0", 1184 - "handlebars 0.28.3 (registry+https://github.com/rust-lang/crates.io-index)", 1185 - "json 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1186 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1187 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1188 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1189 - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 1190 - "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1191 - "pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1192 - "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", 1193 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1194 - "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", 1195 - "retry 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1196 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1197 - "serde-transcode 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1198 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1199 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1200 - "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", 1201 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1202 - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 1203 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 1204 - "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1205 - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1206 - "valico 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1207 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1208 ] 1209 1210 [[package]] 1211 name = "habitat_core" 1212 version = "0.0.0" 1213 dependencies = [ 1214 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1215 - "caps 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1216 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 1217 - "ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1218 - "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1219 - "dns-lookup 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1220 - "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", 1221 - "habitat_win_users 0.0.0", 1222 - "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1223 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1224 - "libarchive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1225 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1226 - "libsodium-sys 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)", 1227 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1228 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1229 - "os_info 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1230 - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1231 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1232 - "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", 1233 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1234 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1235 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1236 - "sodiumoxide 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)", 1237 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1238 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 1239 - "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1240 - "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1241 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1242 - "users 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 1243 - "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1244 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1245 - "windows-acl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1246 ] 1247 1248 [[package]] 1249 name = "habitat_http_client" 1250 version = "0.0.0" 1251 dependencies = [ 1252 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1253 - "env_proxy 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1254 - "habitat_core 0.0.0", 1255 - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 1256 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1257 - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 1258 - "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", 1259 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1260 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1261 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1262 ] 1263 1264 [[package]] 1265 - name = "habitat_pkg_export_docker" 1266 version = "0.0.0" 1267 dependencies = [ 1268 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1269 - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 1270 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1271 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1272 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1273 - "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1274 - "hab 0.0.0", 1275 - "habitat_common 0.0.0", 1276 - "habitat_core 0.0.0", 1277 - "handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", 1278 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1279 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1280 - "rusoto_core 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", 1281 - "rusoto_credential 0.41.1 (registry+https://github.com/rust-lang/crates.io-index)", 1282 - "rusoto_ecr 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", 1283 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1284 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1285 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1286 - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 1287 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1288 - ] 1289 - 1290 - [[package]] 1291 - name = "habitat_pkg_export_helm" 1292 - version = "0.0.0" 1293 - dependencies = [ 1294 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1295 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1296 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1297 - "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1298 - "habitat_common 0.0.0", 1299 - "habitat_core 0.0.0", 1300 - "habitat_pkg_export_docker 0.0.0", 1301 - "habitat_pkg_export_kubernetes 0.0.0", 1302 - "handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", 1303 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1304 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1305 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1306 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1307 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1308 - ] 1309 - 1310 - [[package]] 1311 - name = "habitat_pkg_export_kubernetes" 1312 - version = "0.0.0" 1313 - dependencies = [ 1314 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1315 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1316 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1317 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1318 - "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1319 - "habitat_common 0.0.0", 1320 - "habitat_core 0.0.0", 1321 - "habitat_pkg_export_docker 0.0.0", 1322 - "handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", 1323 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1324 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1325 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1326 ] 1327 1328 [[package]] 1329 name = "habitat_pkg_export_tar" 1330 version = "0.0.0" 1331 dependencies = [ 1332 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1333 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1334 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1335 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1336 - "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1337 - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", 1338 - "hab 0.0.0", 1339 - "habitat_common 0.0.0", 1340 - "habitat_core 0.0.0", 1341 - "handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", 1342 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1343 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1344 - "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1345 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1346 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1347 - "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", 1348 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1349 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1350 ] 1351 1352 [[package]] 1353 name = "habitat_sup" 1354 version = "0.0.0" 1355 dependencies = [ 1356 - "actix-web 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 1357 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1358 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1359 - "caps 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1360 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1361 - "cpu-time 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1362 - "ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1363 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 1364 - "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1365 - "hab 0.0.0", 1366 - "habitat-launcher-client 0.0.0", 1367 - "habitat-sup-protocol 0.0.0", 1368 - "habitat_api_client 0.0.0", 1369 - "habitat_butterfly 0.1.0", 1370 - "habitat_common 0.0.0", 1371 - "habitat_core 0.0.0", 1372 - "habitat_http_client 0.0.0", 1373 - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", 1374 - "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1375 - "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1376 - "json 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1377 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1378 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1379 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1380 - "log4rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", 1381 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 1382 - "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1383 - "nats 0.3.2 (git+https://github.com/habitat-sh/rust-nats?rev=a4c24be66fc54c0038af383b6df18d2ed0b5f376)", 1384 - "notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)", 1385 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1386 - "palaver 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1387 - "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1388 - "prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1389 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1390 - "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1391 - "prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1392 - "prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1393 - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1394 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1395 - "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", 1396 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1397 - "serde-transcode 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1398 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1399 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1400 - "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", 1401 - "state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", 1402 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1403 - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 1404 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 1405 - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 1406 - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1407 - "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", 1408 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1409 - "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1410 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1411 - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1412 - "valico 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1413 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1414 ] 1415 1416 [[package]] 1417 name = "habitat_win_users" 1418 version = "0.0.0" 1419 dependencies = [ 1420 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 1421 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1422 - "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1423 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1424 ] 1425 1426 [[package]] 1427 name = "handlebars" 1428 version = "0.28.3" 1429 source = "registry+https://github.com/rust-lang/crates.io-index" 1430 dependencies = [ 1431 - "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1432 - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 1433 - "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1434 - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1435 - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1436 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1437 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1438 ] 1439 1440 [[package]] 1441 name = "handlebars" 1442 version = "0.29.1" 1443 source = "registry+https://github.com/rust-lang/crates.io-index" 1444 dependencies = [ 1445 - "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1446 - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 1447 - "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1448 - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1449 - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1450 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1451 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1452 ] 1453 1454 [[package]] 1455 name = "hashbrown" 1456 - version = "0.5.0" 1457 source = "registry+https://github.com/rust-lang/crates.io-index" 1458 1459 [[package]] 1460 - name = "heck" 1461 - version = "0.3.1" 1462 source = "registry+https://github.com/rust-lang/crates.io-index" 1463 dependencies = [ 1464 - "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1465 ] 1466 1467 [[package]] 1468 - name = "hex" 1469 - version = "0.3.2" 1470 source = "registry+https://github.com/rust-lang/crates.io-index" 1471 1472 [[package]] 1473 - name = "hex" 1474 version = "0.4.0" 1475 source = "registry+https://github.com/rust-lang/crates.io-index" 1476 1477 [[package]] 1478 - name = "hmac" 1479 - version = "0.7.1" 1480 source = "registry+https://github.com/rust-lang/crates.io-index" 1481 dependencies = [ 1482 - "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1483 - "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 1484 ] 1485 1486 [[package]] 1487 - name = "hostname" 1488 - version = "0.1.5" 1489 source = "registry+https://github.com/rust-lang/crates.io-index" 1490 dependencies = [ 1491 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1492 - "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1493 ] 1494 1495 [[package]] 1496 name = "http" 1497 - version = "0.1.19" 1498 source = "registry+https://github.com/rust-lang/crates.io-index" 1499 dependencies = [ 1500 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1501 - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1502 - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1503 ] 1504 1505 [[package]] 1506 name = "http-body" 1507 - version = "0.1.0" 1508 source = "registry+https://github.com/rust-lang/crates.io-index" 1509 dependencies = [ 1510 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1511 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 1512 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 1513 - "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1514 ] 1515 1516 [[package]] 1517 name = "httparse" 1518 - version = "1.3.4" 1519 source = "registry+https://github.com/rust-lang/crates.io-index" 1520 1521 [[package]] 1522 name = "humantime" 1523 - version = "1.3.0" 1524 source = "registry+https://github.com/rust-lang/crates.io-index" 1525 - dependencies = [ 1526 - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1527 - ] 1528 1529 [[package]] 1530 name = "hyper" 1531 - version = "0.12.35" 1532 source = "registry+https://github.com/rust-lang/crates.io-index" 1533 dependencies = [ 1534 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1535 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 1536 - "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1537 - "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", 1538 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 1539 - "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1540 - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 1541 - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1542 - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1543 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1544 - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 1545 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 1546 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 1547 - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 1548 - "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1549 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1550 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 1551 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1552 - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1553 - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 1554 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1555 - "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1556 ] 1557 1558 [[package]] 1559 name = "hyper-tls" 1560 - version = "0.3.2" 1561 source = "registry+https://github.com/rust-lang/crates.io-index" 1562 dependencies = [ 1563 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 1564 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 1565 - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", 1566 - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 1567 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 1568 ] 1569 1570 [[package]] 1571 name = "idna" 1572 - version = "0.1.5" 1573 source = "registry+https://github.com/rust-lang/crates.io-index" 1574 dependencies = [ 1575 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1576 - "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 1577 - "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1578 ] 1579 1580 [[package]] 1581 name = "idna" 1582 - version = "0.2.0" 1583 source = "registry+https://github.com/rust-lang/crates.io-index" 1584 dependencies = [ 1585 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1586 - "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 1587 - "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1588 ] 1589 1590 [[package]] 1591 name = "indexmap" 1592 - version = "1.2.0" 1593 source = "registry+https://github.com/rust-lang/crates.io-index" 1594 1595 [[package]] 1596 name = "inotify" 1597 - version = "0.6.1" 1598 source = "registry+https://github.com/rust-lang/crates.io-index" 1599 dependencies = [ 1600 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1601 - "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1602 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1603 ] 1604 1605 [[package]] 1606 name = "inotify-sys" 1607 - version = "0.1.3" 1608 source = "registry+https://github.com/rust-lang/crates.io-index" 1609 dependencies = [ 1610 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1611 ] 1612 1613 [[package]] 1614 name = "iovec" 1615 version = "0.1.4" 1616 source = "registry+https://github.com/rust-lang/crates.io-index" 1617 dependencies = [ 1618 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1619 ] 1620 1621 [[package]] 1622 name = "ipc-channel" 1623 - version = "0.9.0" 1624 - source = "git+https://github.com/habitat-sh/ipc-channel?branch=hbt-windows#b6679d1adfebaecd6ab9f5966720556993f94529" 1625 dependencies = [ 1626 - "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", 1627 - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1628 - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1629 - "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 1630 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1631 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 1632 - "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", 1633 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1634 - "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1635 - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 1636 ] 1637 1638 [[package]] 1639 - name = "ipconfig" 1640 - version = "0.2.1" 1641 source = "registry+https://github.com/rust-lang/crates.io-index" 1642 - dependencies = [ 1643 - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", 1644 - "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1645 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1646 - "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 1647 - ] 1648 1649 [[package]] 1650 name = "itertools" 1651 - version = "0.8.0" 1652 source = "registry+https://github.com/rust-lang/crates.io-index" 1653 dependencies = [ 1654 - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1655 ] 1656 1657 [[package]] 1658 name = "itoa" 1659 - version = "0.4.4" 1660 source = "registry+https://github.com/rust-lang/crates.io-index" 1661 1662 [[package]] 1663 - name = "jemalloc-ctl" 1664 - version = "0.3.3" 1665 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - dependencies = [ 1667 - "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1668 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1669 - "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1670 - ] 1671 1672 [[package]] 1673 - name = "jemalloc-sys" 1674 - version = "0.3.2" 1675 source = "registry+https://github.com/rust-lang/crates.io-index" 1676 dependencies = [ 1677 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 1678 - "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1679 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1680 ] 1681 1682 [[package]] 1683 - name = "jemallocator" 1684 - version = "0.3.2" 1685 source = "registry+https://github.com/rust-lang/crates.io-index" 1686 dependencies = [ 1687 - "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 1688 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1689 ] 1690 1691 [[package]] 1692 - name = "json" 1693 - version = "0.12.0" 1694 - source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - 1696 - [[package]] 1697 name = "jsonway" 1698 version = "2.0.0" 1699 source = "registry+https://github.com/rust-lang/crates.io-index" 1700 dependencies = [ 1701 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1702 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1703 ] 1704 1705 [[package]] 1706 name = "kernel32-sys" 1707 version = "0.2.2" 1708 source = "registry+https://github.com/rust-lang/crates.io-index" 1709 dependencies = [ 1710 - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 1711 - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1712 ] 1713 1714 [[package]] 1715 name = "language-tags" 1716 - version = "0.2.2" 1717 source = "registry+https://github.com/rust-lang/crates.io-index" 1718 1719 [[package]] 1720 name = "lazy_static" 1721 version = "0.2.11" 1722 source = "registry+https://github.com/rust-lang/crates.io-index" 1723 1724 [[package]] 1725 name = "lazy_static" 1726 version = "1.4.0" 1727 source = "registry+https://github.com/rust-lang/crates.io-index" 1728 - dependencies = [ 1729 - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1730 - ] 1731 1732 [[package]] 1733 name = "lazycell" 1734 - version = "1.2.1" 1735 source = "registry+https://github.com/rust-lang/crates.io-index" 1736 1737 [[package]] 1738 - name = "libarchive" 1739 - version = "0.1.1" 1740 source = "registry+https://github.com/rust-lang/crates.io-index" 1741 - dependencies = [ 1742 - "libarchive3-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1743 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1744 - ] 1745 1746 [[package]] 1747 - name = "libarchive3-sys" 1748 - version = "0.1.2" 1749 source = "registry+https://github.com/rust-lang/crates.io-index" 1750 dependencies = [ 1751 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1752 - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", 1753 ] 1754 1755 [[package]] 1756 - name = "libc" 1757 - version = "0.2.54" 1758 source = "registry+https://github.com/rust-lang/crates.io-index" 1759 1760 [[package]] 1761 - name = "libsodium-sys" 1762 - version = "0.0.16" 1763 source = "registry+https://github.com/rust-lang/crates.io-index" 1764 dependencies = [ 1765 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1766 - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", 1767 ] 1768 1769 [[package]] 1770 - name = "linked-hash-map" 1771 - version = "0.5.2" 1772 source = "registry+https://github.com/rust-lang/crates.io-index" 1773 1774 [[package]] 1775 name = "lock_api" 1776 - version = "0.1.5" 1777 source = "registry+https://github.com/rust-lang/crates.io-index" 1778 dependencies = [ 1779 - "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1780 - "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "lock_api" 1785 - version = "0.2.0" 1786 - source = "registry+https://github.com/rust-lang/crates.io-index" 1787 - dependencies = [ 1788 - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1789 ] 1790 1791 [[package]] 1792 name = "log" 1793 version = "0.3.9" 1794 source = "registry+https://github.com/rust-lang/crates.io-index" 1795 dependencies = [ 1796 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1797 ] 1798 1799 [[package]] 1800 name = "log" 1801 - version = "0.4.8" 1802 source = "registry+https://github.com/rust-lang/crates.io-index" 1803 dependencies = [ 1804 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 1805 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1806 ] 1807 1808 [[package]] 1809 name = "log-mdc" 1810 version = "0.1.0" 1811 source = "registry+https://github.com/rust-lang/crates.io-index" 1812 1813 [[package]] 1814 name = "log4rs" 1815 - version = "0.8.3" 1816 source = "registry+https://github.com/rust-lang/crates.io-index" 1817 dependencies = [ 1818 - "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1819 - "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", 1820 - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 1821 - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", 1822 - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1823 - "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1824 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1825 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1826 - "log-mdc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1827 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1828 - "serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 1829 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 1830 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 1831 - "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", 1832 - "thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1833 - "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1834 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1835 ] 1836 1837 [[package]] 1838 - name = "lru-cache" 1839 - version = "0.1.2" 1840 source = "registry+https://github.com/rust-lang/crates.io-index" 1841 dependencies = [ 1842 - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1843 ] 1844 1845 [[package]] 1846 - name = "mach" 1847 - version = "0.2.3" 1848 source = "registry+https://github.com/rust-lang/crates.io-index" 1849 dependencies = [ 1850 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1851 ] 1852 1853 [[package]] 1854 name = "matches" 1855 version = "0.1.8" 1856 source = "registry+https://github.com/rust-lang/crates.io-index" 1857 1858 [[package]] 1859 - name = "md5" 1860 - version = "0.6.1" 1861 source = "registry+https://github.com/rust-lang/crates.io-index" 1862 1863 [[package]] 1864 name = "memchr" 1865 - version = "2.2.1" 1866 source = "registry+https://github.com/rust-lang/crates.io-index" 1867 1868 [[package]] 1869 name = "memoffset" 1870 - version = "0.5.1" 1871 source = "registry+https://github.com/rust-lang/crates.io-index" 1872 dependencies = [ 1873 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 1874 ] 1875 1876 [[package]] 1877 name = "metadeps" 1878 version = "1.1.2" 1879 source = "registry+https://github.com/rust-lang/crates.io-index" 1880 dependencies = [ 1881 - "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 1882 - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", 1883 - "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1884 ] 1885 1886 [[package]] 1887 name = "mime" 1888 - version = "0.3.14" 1889 source = "registry+https://github.com/rust-lang/crates.io-index" 1890 1891 [[package]] 1892 - name = "mime_guess" 1893 - version = "2.0.1" 1894 source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - dependencies = [ 1896 - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 1897 - "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1898 - ] 1899 1900 [[package]] 1901 name = "miniz_oxide" 1902 - version = "0.3.3" 1903 source = "registry+https://github.com/rust-lang/crates.io-index" 1904 dependencies = [ 1905 - "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", 1906 ] 1907 1908 [[package]] 1909 - name = "mio" 1910 - version = "0.6.19" 1911 source = "registry+https://github.com/rust-lang/crates.io-index" 1912 dependencies = [ 1913 - "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1914 - "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1915 - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1916 - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1917 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1918 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1919 - "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1920 - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 1921 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1922 - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 1923 ] 1924 1925 [[package]] 1926 - name = "mio-extras" 1927 - version = "2.0.5" 1928 source = "registry+https://github.com/rust-lang/crates.io-index" 1929 dependencies = [ 1930 - "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1931 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1932 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 1933 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1934 ] 1935 1936 [[package]] 1937 - name = "mio-named-pipes" 1938 - version = "0.1.6" 1939 source = "registry+https://github.com/rust-lang/crates.io-index" 1940 dependencies = [ 1941 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1942 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 1943 - "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1944 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1945 ] 1946 1947 [[package]] 1948 - name = "mio-uds" 1949 - version = "0.6.7" 1950 source = "registry+https://github.com/rust-lang/crates.io-index" 1951 dependencies = [ 1952 - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1953 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1954 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 1955 ] 1956 1957 [[package]] 1958 name = "miow" 1959 - version = "0.2.1" 1960 source = "registry+https://github.com/rust-lang/crates.io-index" 1961 dependencies = [ 1962 - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1963 - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 1964 - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 1965 - "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1966 - ] 1967 - 1968 - [[package]] 1969 - name = "miow" 1970 - version = "0.3.3" 1971 - source = "registry+https://github.com/rust-lang/crates.io-index" 1972 - dependencies = [ 1973 - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", 1974 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1975 ] 1976 1977 [[package]] 1978 name = "mktemp" 1979 - version = "0.4.0" 1980 source = "registry+https://github.com/rust-lang/crates.io-index" 1981 dependencies = [ 1982 - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1983 ] 1984 1985 [[package]] 1986 name = "multimap" 1987 - version = "0.4.0" 1988 source = "registry+https://github.com/rust-lang/crates.io-index" 1989 1990 [[package]] 1991 name = "native-tls" 1992 - version = "0.2.3" 1993 source = "registry+https://github.com/rust-lang/crates.io-index" 1994 - dependencies = [ 1995 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1996 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 1997 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1998 - "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)", 1999 - "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 2000 - "openssl-sys 0.9.51 (registry+https://github.com/rust-lang/crates.io-index)", 2001 - "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 2002 - "security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2003 - "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2004 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2005 - ] 2006 - 2007 - [[package]] 2008 - name = "nats" 2009 - version = "0.3.2" 2010 - source = "git+https://github.com/habitat-sh/rust-nats?rev=a4c24be66fc54c0038af383b6df18d2ed0b5f376#a4c24be66fc54c0038af383b6df18d2ed0b5f376" 2011 dependencies = [ 2012 - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2013 - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2014 - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 2015 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2016 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 2017 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 2018 ] 2019 2020 [[package]] 2021 name = "net2" 2022 - version = "0.2.33" 2023 source = "registry+https://github.com/rust-lang/crates.io-index" 2024 dependencies = [ 2025 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 2026 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2027 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2028 ] 2029 2030 [[package]] 2031 name = "nix" 2032 - version = "0.11.0" 2033 source = "registry+https://github.com/rust-lang/crates.io-index" 2034 dependencies = [ 2035 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2036 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 2037 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 2038 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2039 - "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 2040 ] 2041 2042 [[package]] 2043 name = "nix" 2044 - version = "0.13.0" 2045 source = "registry+https://github.com/rust-lang/crates.io-index" 2046 dependencies = [ 2047 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2048 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 2049 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 2050 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2051 - "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 2052 ] 2053 2054 [[package]] 2055 - name = "nodrop" 2056 - version = "0.1.14" 2057 - source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - 2059 - [[package]] 2060 name = "nom" 2061 - version = "2.2.1" 2062 source = "registry+https://github.com/rust-lang/crates.io-index" 2063 2064 [[package]] 2065 name = "notify" 2066 - version = "4.0.13" 2067 source = "registry+https://github.com/rust-lang/crates.io-index" 2068 dependencies = [ 2069 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2070 - "filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 2071 - "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2072 - "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 2073 - "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", 2074 - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 2075 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2076 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 2077 - "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2078 - "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 2079 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2080 ] 2081 2082 [[package]] 2083 name = "num-integer" 2084 - version = "0.1.41" 2085 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 dependencies = [ 2087 - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2088 - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 2089 ] 2090 2091 [[package]] 2092 name = "num-traits" 2093 - version = "0.2.8" 2094 source = "registry+https://github.com/rust-lang/crates.io-index" 2095 dependencies = [ 2096 - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2097 ] 2098 2099 [[package]] 2100 name = "num_cpus" 2101 - version = "1.10.1" 2102 source = "registry+https://github.com/rust-lang/crates.io-index" 2103 dependencies = [ 2104 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2105 ] 2106 2107 [[package]] 2108 - name = "numtoa" 2109 - version = "0.1.0" 2110 source = "registry+https://github.com/rust-lang/crates.io-index" 2111 2112 [[package]] 2113 - name = "one-off-release" 2114 - version = "0.1.0" 2115 dependencies = [ 2116 - "env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 2117 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2118 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 2119 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2120 - "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", 2121 - "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 2122 ] 2123 2124 [[package]] 2125 name = "opaque-debug" 2126 - version = "0.2.3" 2127 source = "registry+https://github.com/rust-lang/crates.io-index" 2128 2129 [[package]] 2130 name = "openssl" 2131 - version = "0.10.25" 2132 source = "registry+https://github.com/rust-lang/crates.io-index" 2133 dependencies = [ 2134 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2135 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 2136 - "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 2137 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2138 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2139 - "openssl-sys 0.9.51 (registry+https://github.com/rust-lang/crates.io-index)", 2140 ] 2141 2142 [[package]] 2143 name = "openssl-probe" 2144 - version = "0.1.2" 2145 source = "registry+https://github.com/rust-lang/crates.io-index" 2146 2147 [[package]] 2148 - name = "openssl-sys" 2149 - version = "0.9.51" 2150 source = "registry+https://github.com/rust-lang/crates.io-index" 2151 dependencies = [ 2152 - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2153 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 2154 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2155 - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", 2156 - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 2157 ] 2158 2159 [[package]] 2160 - name = "ordered-float" 2161 - version = "1.0.2" 2162 source = "registry+https://github.com/rust-lang/crates.io-index" 2163 dependencies = [ 2164 - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 2165 ] 2166 2167 [[package]] 2168 - name = "ordermap" 2169 - version = "0.3.5" 2170 source = "registry+https://github.com/rust-lang/crates.io-index" 2171 2172 [[package]] 2173 name = "os_info" 2174 - version = "1.1.2" 2175 source = "registry+https://github.com/rust-lang/crates.io-index" 2176 dependencies = [ 2177 - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 2178 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2179 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 2180 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2181 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2182 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2183 - "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 2184 - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 2185 ] 2186 2187 [[package]] 2188 name = "owning_ref" 2189 - version = "0.4.0" 2190 source = "registry+https://github.com/rust-lang/crates.io-index" 2191 dependencies = [ 2192 - "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2193 - ] 2194 - 2195 - [[package]] 2196 - name = "palaver" 2197 - version = "0.2.1" 2198 - source = "registry+https://github.com/rust-lang/crates.io-index" 2199 - dependencies = [ 2200 - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2201 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2202 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2203 - "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2204 - "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 2205 - "procinfo 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 2206 - "try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 2207 - "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 2208 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2209 ] 2210 2211 [[package]] 2212 name = "parking_lot" 2213 - version = "0.7.1" 2214 source = "registry+https://github.com/rust-lang/crates.io-index" 2215 dependencies = [ 2216 - "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 2217 - "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2218 ] 2219 2220 [[package]] 2221 name = "parking_lot" 2222 - version = "0.8.0" 2223 source = "registry+https://github.com/rust-lang/crates.io-index" 2224 dependencies = [ 2225 - "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 2226 - "parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 2227 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2228 ] 2229 2230 [[package]] 2231 name = "parking_lot_core" 2232 - version = "0.4.0" 2233 source = "registry+https://github.com/rust-lang/crates.io-index" 2234 dependencies = [ 2235 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2236 - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 2237 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2238 - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 2239 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2240 ] 2241 2242 [[package]] 2243 name = "parking_lot_core" 2244 - version = "0.5.0" 2245 source = "registry+https://github.com/rust-lang/crates.io-index" 2246 dependencies = [ 2247 - "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", 2248 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 2249 - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 2250 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2251 - "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", 2252 - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 2253 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 2254 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2255 - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 2256 - "thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 2257 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2258 ] 2259 2260 [[package]] 2261 name = "paste" 2262 - version = "0.1.6" 2263 source = "registry+https://github.com/rust-lang/crates.io-index" 2264 - dependencies = [ 2265 - "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2266 - "proc-macro-hack 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", 2267 - ] 2268 2269 [[package]] 2270 - name = "paste-impl" 2271 - version = "0.1.6" 2272 source = "registry+https://github.com/rust-lang/crates.io-index" 2273 dependencies = [ 2274 - "proc-macro-hack 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", 2275 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2276 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 2277 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2278 ] 2279 2280 [[package]] 2281 - name = "pbr" 2282 - version = "1.0.2" 2283 source = "registry+https://github.com/rust-lang/crates.io-index" 2284 dependencies = [ 2285 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2286 - "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 2287 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 2288 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2289 ] 2290 2291 [[package]] 2292 name = "percent-encoding" 2293 - version = "1.0.1" 2294 source = "registry+https://github.com/rust-lang/crates.io-index" 2295 2296 [[package]] 2297 - name = "percent-encoding" 2298 - version = "2.1.0" 2299 source = "registry+https://github.com/rust-lang/crates.io-index" 2300 2301 [[package]] 2302 name = "pest" 2303 - version = "0.3.3" 2304 source = "registry+https://github.com/rust-lang/crates.io-index" 2305 2306 [[package]] 2307 name = "petgraph" 2308 - version = "0.4.13" 2309 source = "registry+https://github.com/rust-lang/crates.io-index" 2310 dependencies = [ 2311 - "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 2312 - "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 2313 ] 2314 2315 [[package]] 2316 name = "phf" 2317 - version = "0.7.24" 2318 source = "registry+https://github.com/rust-lang/crates.io-index" 2319 dependencies = [ 2320 - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", 2321 ] 2322 2323 [[package]] 2324 name = "phf_codegen" 2325 - version = "0.7.24" 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2327 dependencies = [ 2328 - "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", 2329 - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", 2330 ] 2331 2332 [[package]] 2333 name = "phf_generator" 2334 - version = "0.7.24" 2335 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 dependencies = [ 2337 - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", 2338 - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 2339 ] 2340 2341 [[package]] 2342 name = "phf_shared" 2343 - version = "0.7.24" 2344 source = "registry+https://github.com/rust-lang/crates.io-index" 2345 dependencies = [ 2346 - "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2347 ] 2348 2349 [[package]] 2350 name = "pkg-config" 2351 - version = "0.3.16" 2352 source = "registry+https://github.com/rust-lang/crates.io-index" 2353 2354 [[package]] 2355 name = "ppv-lite86" 2356 - version = "0.2.5" 2357 source = "registry+https://github.com/rust-lang/crates.io-index" 2358 2359 [[package]] 2360 name = "proc-macro-error" 2361 - version = "0.2.6" 2362 source = "registry+https://github.com/rust-lang/crates.io-index" 2363 dependencies = [ 2364 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2365 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 2366 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2367 ] 2368 2369 [[package]] 2370 - name = "proc-macro-hack" 2371 - version = "0.5.10" 2372 source = "registry+https://github.com/rust-lang/crates.io-index" 2373 dependencies = [ 2374 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2375 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 2376 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2377 ] 2378 2379 [[package]] 2380 name = "proc-macro2" 2381 - version = "0.4.30" 2382 source = "registry+https://github.com/rust-lang/crates.io-index" 2383 dependencies = [ 2384 - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2385 ] 2386 2387 [[package]] 2388 - name = "proc-macro2" 2389 - version = "1.0.5" 2390 - source = "registry+https://github.com/rust-lang/crates.io-index" 2391 - dependencies = [ 2392 - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 2393 - ] 2394 - 2395 - [[package]] 2396 - name = "procinfo" 2397 - version = "0.4.2" 2398 source = "registry+https://github.com/rust-lang/crates.io-index" 2399 dependencies = [ 2400 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 2401 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2402 - "nom 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2403 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2404 ] 2405 2406 [[package]] 2407 name = "prometheus" 2408 - version = "0.7.0" 2409 source = "registry+https://github.com/rust-lang/crates.io-index" 2410 dependencies = [ 2411 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 2412 - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 2413 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2414 - "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 2415 - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 2416 - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 2417 ] 2418 2419 [[package]] 2420 name = "prost" 2421 - version = "0.5.0" 2422 source = "registry+https://github.com/rust-lang/crates.io-index" 2423 dependencies = [ 2424 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 2425 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 2426 - "prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 2427 ] 2428 2429 [[package]] 2430 name = "prost-build" 2431 - version = "0.5.0" 2432 source = "registry+https://github.com/rust-lang/crates.io-index" 2433 dependencies = [ 2434 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 2435 - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2436 - "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 2437 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 2438 - "multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2439 - "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", 2440 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 2441 - "prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 2442 - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2443 - "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 2444 ] 2445 2446 [[package]] 2447 name = "prost-derive" 2448 - version = "0.5.0" 2449 source = "registry+https://github.com/rust-lang/crates.io-index" 2450 dependencies = [ 2451 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2452 - "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 2453 - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 2454 - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 2455 - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 2456 ] 2457 2458 [[package]] 2459 name = "prost-types" 2460 - version = "0.5.0" 2461 source = "registry+https://github.com/rust-lang/crates.io-index" 2462 dependencies = [ 2463 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 2464 - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 2465 ] 2466 2467 [[package]] 2468 name = "protobuf" 2469 - version = "2.8.1" 2470 source = "registry+https://github.com/rust-lang/crates.io-index" 2471 2472 [[package]] 2473 name = "publicsuffix" 2474 - version = "1.5.3" 2475 source = "registry+https://github.com/rust-lang/crates.io-index" 2476 dependencies = [ 2477 - "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", 2478 - "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 2479 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2480 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2481 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2482 ] 2483 2484 [[package]] 2485 name = "quick-error" 2486 - version = "1.2.2" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - 2489 - [[package]] 2490 - name = "quote" 2491 - version = "0.6.13" 2492 source = "registry+https://github.com/rust-lang/crates.io-index" 2493 - dependencies = [ 2494 - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 2495 - ] 2496 2497 [[package]] 2498 name = "quote" 2499 - version = "1.0.2" 2500 source = "registry+https://github.com/rust-lang/crates.io-index" 2501 dependencies = [ 2502 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2503 ] 2504 2505 [[package]] 2506 name = "rand" 2507 - version = "0.3.23" 2508 source = "registry+https://github.com/rust-lang/crates.io-index" 2509 dependencies = [ 2510 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2511 - "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 2512 ] 2513 2514 [[package]] 2515 name = "rand" 2516 - version = "0.4.6" 2517 source = "registry+https://github.com/rust-lang/crates.io-index" 2518 dependencies = [ 2519 - "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2520 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2521 - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2522 - "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2523 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2524 - ] 2525 - 2526 - [[package]] 2527 - name = "rand" 2528 - version = "0.6.5" 2529 - source = "registry+https://github.com/rust-lang/crates.io-index" 2530 - dependencies = [ 2531 - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2532 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2533 - "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2534 - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 2535 - "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2536 - "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2537 - "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 2538 - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 2539 - "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 2540 - "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2541 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2542 - ] 2543 - 2544 - [[package]] 2545 - name = "rand" 2546 - version = "0.7.2" 2547 - source = "registry+https://github.com/rust-lang/crates.io-index" 2548 - dependencies = [ 2549 - "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2550 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2551 - "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2552 - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 2553 - "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 2554 ] 2555 2556 [[package]] 2557 name = "rand_chacha" 2558 - version = "0.1.1" 2559 source = "registry+https://github.com/rust-lang/crates.io-index" 2560 dependencies = [ 2561 - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2562 - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2563 ] 2564 2565 [[package]] 2566 name = "rand_chacha" 2567 - version = "0.2.1" 2568 - source = "registry+https://github.com/rust-lang/crates.io-index" 2569 - dependencies = [ 2570 - "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 2571 - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 2572 - ] 2573 - 2574 - [[package]] 2575 - name = "rand_core" 2576 version = "0.3.1" 2577 source = "registry+https://github.com/rust-lang/crates.io-index" 2578 dependencies = [ 2579 - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 2580 ] 2581 2582 [[package]] 2583 name = "rand_core" 2584 - version = "0.4.2" 2585 - source = "registry+https://github.com/rust-lang/crates.io-index" 2586 - 2587 - [[package]] 2588 - name = "rand_core" 2589 version = "0.5.1" 2590 source = "registry+https://github.com/rust-lang/crates.io-index" 2591 dependencies = [ 2592 - "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2593 ] 2594 2595 [[package]] 2596 - name = "rand_hc" 2597 - version = "0.1.0" 2598 source = "registry+https://github.com/rust-lang/crates.io-index" 2599 dependencies = [ 2600 - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2601 ] 2602 2603 [[package]] 2604 name = "rand_hc" 2605 version = "0.2.0" 2606 source = "registry+https://github.com/rust-lang/crates.io-index" 2607 - dependencies = [ 2608 - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 2609 - ] 2610 - 2611 - [[package]] 2612 - name = "rand_isaac" 2613 - version = "0.1.1" 2614 - source = "registry+https://github.com/rust-lang/crates.io-index" 2615 dependencies = [ 2616 - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2617 - ] 2618 - 2619 - [[package]] 2620 - name = "rand_jitter" 2621 - version = "0.1.4" 2622 - source = "registry+https://github.com/rust-lang/crates.io-index" 2623 - dependencies = [ 2624 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2625 - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 2626 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2627 - ] 2628 - 2629 - [[package]] 2630 - name = "rand_os" 2631 - version = "0.1.3" 2632 - source = "registry+https://github.com/rust-lang/crates.io-index" 2633 - dependencies = [ 2634 - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 2635 - "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2636 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2637 - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 2638 - "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2639 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2640 ] 2641 2642 [[package]] 2643 name = "rand_pcg" 2644 - version = "0.1.2" 2645 source = "registry+https://github.com/rust-lang/crates.io-index" 2646 dependencies = [ 2647 - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2648 - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 2649 ] 2650 2651 [[package]] 2652 - name = "rand_xorshift" 2653 - version = "0.1.1" 2654 - source = "registry+https://github.com/rust-lang/crates.io-index" 2655 dependencies = [ 2656 - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2657 ] 2658 2659 [[package]] 2660 - name = "rdrand" 2661 - version = "0.4.0" 2662 source = "registry+https://github.com/rust-lang/crates.io-index" 2663 dependencies = [ 2664 - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2665 ] 2666 2667 [[package]] 2668 name = "redox_syscall" 2669 - version = "0.1.56" 2670 source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - 2672 - [[package]] 2673 - name = "redox_termios" 2674 - version = "0.1.1" 2675 - source = "registry+https://github.com/rust-lang/crates.io-index" 2676 dependencies = [ 2677 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 2678 ] 2679 2680 [[package]] 2681 name = "redox_users" 2682 - version = "0.3.1" 2683 source = "registry+https://github.com/rust-lang/crates.io-index" 2684 dependencies = [ 2685 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 2686 - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 2687 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 2688 - "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 2689 ] 2690 2691 [[package]] 2692 name = "regex" 2693 version = "0.2.11" 2694 source = "registry+https://github.com/rust-lang/crates.io-index" 2695 dependencies = [ 2696 - "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 2697 - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2698 - "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 2699 - "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 2700 - "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", 2701 ] 2702 2703 [[package]] 2704 name = "regex" 2705 - version = "1.3.1" 2706 source = "registry+https://github.com/rust-lang/crates.io-index" 2707 dependencies = [ 2708 - "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", 2709 - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 2710 - "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", 2711 - "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 2712 ] 2713 2714 [[package]] 2715 name = "regex-syntax" 2716 version = "0.5.6" 2717 source = "registry+https://github.com/rust-lang/crates.io-index" 2718 dependencies = [ 2719 - "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 2720 ] 2721 2722 [[package]] 2723 name = "regex-syntax" 2724 - version = "0.6.12" 2725 source = "registry+https://github.com/rust-lang/crates.io-index" 2726 2727 [[package]] 2728 name = "remove_dir_all" 2729 - version = "0.5.2" 2730 source = "registry+https://github.com/rust-lang/crates.io-index" 2731 dependencies = [ 2732 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2733 ] 2734 2735 [[package]] 2736 name = "reqwest" 2737 - version = "0.9.17" 2738 source = "registry+https://github.com/rust-lang/crates.io-index" 2739 dependencies = [ 2740 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 2741 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 2742 - "cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 2743 - "cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 2744 - "encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)", 2745 - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", 2746 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 2747 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 2748 - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", 2749 - "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 2750 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 2751 - "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", 2752 - "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 2753 - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2754 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2755 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 2756 - "serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", 2757 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 2758 - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 2759 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 2760 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 2761 - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 2762 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 2763 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 2764 - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 2765 - ] 2766 - 2767 - [[package]] 2768 - name = "resolv-conf" 2769 - version = "0.6.2" 2770 - source = "registry+https://github.com/rust-lang/crates.io-index" 2771 - dependencies = [ 2772 - "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 2773 - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 2774 ] 2775 2776 [[package]] 2777 name = "retry" 2778 - version = "0.5.1" 2779 - source = "registry+https://github.com/rust-lang/crates.io-index" 2780 dependencies = [ 2781 - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 2782 ] 2783 2784 [[package]] 2785 name = "ring" 2786 - version = "0.14.6" 2787 source = "registry+https://github.com/rust-lang/crates.io-index" 2788 dependencies = [ 2789 - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", 2790 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2791 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2792 - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 2793 - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 2794 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2795 ] 2796 2797 [[package]] 2798 name = "rusoto_core" 2799 - version = "0.41.0" 2800 source = "registry+https://github.com/rust-lang/crates.io-index" 2801 dependencies = [ 2802 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 2803 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 2804 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 2805 - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 2806 - "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 2807 - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", 2808 - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", 2809 - "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 2810 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2811 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 2812 - "md5 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", 2813 - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 2814 - "rusoto_credential 0.41.1 (registry+https://github.com/rust-lang/crates.io-index)", 2815 - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 2816 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2817 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2818 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 2819 - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 2820 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 2821 - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 2822 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 2823 - "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 2824 ] 2825 2826 [[package]] 2827 name = "rusoto_credential" 2828 - version = "0.41.1" 2829 source = "registry+https://github.com/rust-lang/crates.io-index" 2830 dependencies = [ 2831 - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 2832 - "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 2833 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 2834 - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", 2835 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2836 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2837 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2838 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 2839 - "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 2840 - "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", 2841 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 2842 ] 2843 2844 [[package]] 2845 name = "rusoto_ecr" 2846 - version = "0.41.0" 2847 - source = "registry+https://github.com/rust-lang/crates.io-index" 2848 - dependencies = [ 2849 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 2850 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 2851 - "rusoto_core 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", 2852 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2853 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2854 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 2855 - ] 2856 - 2857 - [[package]] 2858 - name = "rust-argon2" 2859 - version = "0.5.1" 2860 source = "registry+https://github.com/rust-lang/crates.io-index" 2861 dependencies = [ 2862 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 2863 - "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", 2864 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 2865 ] 2866 2867 [[package]] 2868 - name = "rust-crypto" 2869 - version = "0.2.36" 2870 source = "registry+https://github.com/rust-lang/crates.io-index" 2871 dependencies = [ 2872 - "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", 2873 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2874 - "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", 2875 - "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", 2876 - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 2877 ] 2878 2879 [[package]] 2880 name = "rustc-demangle" 2881 - version = "0.1.16" 2882 source = "registry+https://github.com/rust-lang/crates.io-index" 2883 2884 [[package]] 2885 - name = "rustc-serialize" 2886 - version = "0.3.24" 2887 source = "registry+https://github.com/rust-lang/crates.io-index" 2888 2889 [[package]] 2890 name = "rustc_version" 2891 - version = "0.2.3" 2892 source = "registry+https://github.com/rust-lang/crates.io-index" 2893 dependencies = [ 2894 - "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 2895 ] 2896 2897 [[package]] 2898 name = "rustls" 2899 - version = "0.15.2" 2900 source = "registry+https://github.com/rust-lang/crates.io-index" 2901 dependencies = [ 2902 - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 2903 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 2904 - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", 2905 - "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 2906 - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 2907 - "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", 2908 ] 2909 2910 [[package]] 2911 name = "ryu" 2912 - version = "1.0.2" 2913 source = "registry+https://github.com/rust-lang/crates.io-index" 2914 2915 [[package]] 2916 name = "same-file" 2917 - version = "1.0.5" 2918 source = "registry+https://github.com/rust-lang/crates.io-index" 2919 dependencies = [ 2920 - "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 2921 ] 2922 2923 [[package]] 2924 name = "schannel" 2925 - version = "0.1.16" 2926 source = "registry+https://github.com/rust-lang/crates.io-index" 2927 dependencies = [ 2928 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 2929 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 2930 ] 2931 2932 [[package]] 2933 name = "scoped-tls" 2934 - version = "0.1.2" 2935 - source = "registry+https://github.com/rust-lang/crates.io-index" 2936 - 2937 - [[package]] 2938 - name = "scopeguard" 2939 - version = "0.3.3" 2940 source = "registry+https://github.com/rust-lang/crates.io-index" 2941 2942 [[package]] 2943 name = "scopeguard" 2944 - version = "1.0.0" 2945 source = "registry+https://github.com/rust-lang/crates.io-index" 2946 2947 [[package]] 2948 name = "sct" 2949 - version = "0.5.0" 2950 source = "registry+https://github.com/rust-lang/crates.io-index" 2951 dependencies = [ 2952 - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", 2953 - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 2954 ] 2955 2956 [[package]] 2957 name = "security-framework" 2958 - version = "0.3.1" 2959 source = "registry+https://github.com/rust-lang/crates.io-index" 2960 dependencies = [ 2961 - "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 2962 - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 2963 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 2964 - "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 2965 ] 2966 2967 [[package]] 2968 name = "security-framework-sys" 2969 - version = "0.3.1" 2970 source = "registry+https://github.com/rust-lang/crates.io-index" 2971 dependencies = [ 2972 - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 2973 ] 2974 2975 [[package]] 2976 name = "semver" 2977 - version = "0.9.0" 2978 source = "registry+https://github.com/rust-lang/crates.io-index" 2979 dependencies = [ 2980 - "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 2981 ] 2982 2983 [[package]] 2984 name = "semver-parser" 2985 - version = "0.7.0" 2986 source = "registry+https://github.com/rust-lang/crates.io-index" 2987 2988 [[package]] 2989 name = "serde" 2990 - version = "1.0.101" 2991 source = "registry+https://github.com/rust-lang/crates.io-index" 2992 dependencies = [ 2993 - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 2994 ] 2995 2996 [[package]] 2997 name = "serde-transcode" 2998 - version = "1.1.0" 2999 source = "registry+https://github.com/rust-lang/crates.io-index" 3000 dependencies = [ 3001 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3002 ] 3003 3004 [[package]] 3005 name = "serde-value" 3006 - version = "0.5.3" 3007 source = "registry+https://github.com/rust-lang/crates.io-index" 3008 dependencies = [ 3009 - "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 3010 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3011 ] 3012 3013 [[package]] 3014 name = "serde_derive" 3015 - version = "1.0.101" 3016 source = "registry+https://github.com/rust-lang/crates.io-index" 3017 dependencies = [ 3018 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3019 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 3020 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3021 ] 3022 3023 [[package]] 3024 name = "serde_json" 3025 - version = "1.0.41" 3026 source = "registry+https://github.com/rust-lang/crates.io-index" 3027 dependencies = [ 3028 - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 3029 - "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 3030 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3031 ] 3032 3033 [[package]] 3034 - name = "serde_urlencoded" 3035 - version = "0.5.5" 3036 source = "registry+https://github.com/rust-lang/crates.io-index" 3037 dependencies = [ 3038 - "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 3039 - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 3040 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3041 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 3042 ] 3043 3044 [[package]] 3045 name = "serde_urlencoded" 3046 - version = "0.6.1" 3047 source = "registry+https://github.com/rust-lang/crates.io-index" 3048 dependencies = [ 3049 - "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 3050 - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 3051 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3052 - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 3053 ] 3054 3055 [[package]] 3056 name = "serde_yaml" 3057 - version = "0.8.11" 3058 source = "registry+https://github.com/rust-lang/crates.io-index" 3059 dependencies = [ 3060 - "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 3061 - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 3062 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3063 - "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 3064 ] 3065 3066 [[package]] 3067 name = "sha1" 3068 - version = "0.6.0" 3069 source = "registry+https://github.com/rust-lang/crates.io-index" 3070 3071 [[package]] 3072 name = "sha2" 3073 - version = "0.8.0" 3074 source = "registry+https://github.com/rust-lang/crates.io-index" 3075 dependencies = [ 3076 - "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 3077 - "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 3078 - "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3079 - "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 3080 ] 3081 3082 [[package]] 3083 name = "shlex" 3084 - version = "0.1.1" 3085 source = "registry+https://github.com/rust-lang/crates.io-index" 3086 3087 [[package]] 3088 - name = "signal-hook" 3089 - version = "0.1.10" 3090 source = "registry+https://github.com/rust-lang/crates.io-index" 3091 dependencies = [ 3092 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3093 - "signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3094 ] 3095 3096 [[package]] 3097 - name = "signal-hook-registry" 3098 - version = "1.1.1" 3099 source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - dependencies = [ 3101 - "arc-swap 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 3102 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3103 - ] 3104 3105 [[package]] 3106 name = "siphasher" 3107 - version = "0.2.3" 3108 source = "registry+https://github.com/rust-lang/crates.io-index" 3109 3110 [[package]] 3111 name = "slab" 3112 - version = "0.4.2" 3113 source = "registry+https://github.com/rust-lang/crates.io-index" 3114 3115 [[package]] 3116 name = "smallvec" 3117 - version = "0.6.10" 3118 source = "registry+https://github.com/rust-lang/crates.io-index" 3119 3120 [[package]] 3121 name = "socket2" 3122 - version = "0.3.11" 3123 source = "registry+https://github.com/rust-lang/crates.io-index" 3124 dependencies = [ 3125 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 3126 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3127 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 3128 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3129 ] 3130 3131 [[package]] 3132 name = "sodiumoxide" 3133 - version = "0.0.16" 3134 source = "registry+https://github.com/rust-lang/crates.io-index" 3135 dependencies = [ 3136 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3137 - "libsodium-sys 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)", 3138 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3139 ] 3140 3141 [[package]] 3142 name = "spin" 3143 version = "0.5.2" 3144 source = "registry+https://github.com/rust-lang/crates.io-index" 3145 3146 [[package]] 3147 name = "stable_deref_trait" 3148 - version = "1.1.1" 3149 source = "registry+https://github.com/rust-lang/crates.io-index" 3150 3151 [[package]] 3152 name = "state" 3153 - version = "0.4.1" 3154 source = "registry+https://github.com/rust-lang/crates.io-index" 3155 3156 [[package]] 3157 - name = "string" 3158 - version = "0.2.1" 3159 source = "registry+https://github.com/rust-lang/crates.io-index" 3160 - dependencies = [ 3161 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3162 - ] 3163 3164 [[package]] 3165 name = "strsim" 3166 version = "0.8.0" 3167 source = "registry+https://github.com/rust-lang/crates.io-index" 3168 3169 [[package]] 3170 name = "structopt" 3171 - version = "0.3.3" 3172 - source = "registry+https://github.com/rust-lang/crates.io-index" 3173 dependencies = [ 3174 - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 3175 - "structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 3176 ] 3177 3178 [[package]] 3179 name = "structopt-derive" 3180 - version = "0.3.3" 3181 - source = "registry+https://github.com/rust-lang/crates.io-index" 3182 dependencies = [ 3183 - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 3184 - "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 3185 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3186 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 3187 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3188 ] 3189 3190 [[package]] 3191 name = "subtle" 3192 - version = "1.0.0" 3193 source = "registry+https://github.com/rust-lang/crates.io-index" 3194 3195 [[package]] 3196 name = "syn" 3197 - version = "0.15.44" 3198 source = "registry+https://github.com/rust-lang/crates.io-index" 3199 dependencies = [ 3200 - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 3201 - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 3202 - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 3203 - ] 3204 - 3205 - [[package]] 3206 - name = "syn" 3207 - version = "1.0.5" 3208 - source = "registry+https://github.com/rust-lang/crates.io-index" 3209 - dependencies = [ 3210 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3211 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 3212 - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 3213 - ] 3214 - 3215 - [[package]] 3216 - name = "synstructure" 3217 - version = "0.12.1" 3218 - source = "registry+https://github.com/rust-lang/crates.io-index" 3219 - dependencies = [ 3220 - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3221 - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 3222 - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3223 - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 3224 ] 3225 3226 [[package]] 3227 name = "tabwriter" 3228 - version = "1.1.0" 3229 source = "registry+https://github.com/rust-lang/crates.io-index" 3230 dependencies = [ 3231 - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3232 ] 3233 3234 [[package]] 3235 name = "tar" 3236 - version = "0.4.26" 3237 source = "registry+https://github.com/rust-lang/crates.io-index" 3238 dependencies = [ 3239 - "filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 3240 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3241 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 3242 - "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 3243 ] 3244 3245 [[package]] 3246 name = "tee" 3247 version = "0.1.0" 3248 source = "registry+https://github.com/rust-lang/crates.io-index" 3249 3250 [[package]] 3251 name = "tempfile" 3252 - version = "3.1.0" 3253 source = "registry+https://github.com/rust-lang/crates.io-index" 3254 dependencies = [ 3255 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 3256 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3257 - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 3258 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 3259 - "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 3260 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3261 ] 3262 3263 [[package]] 3264 name = "termcolor" 3265 - version = "1.0.5" 3266 source = "registry+https://github.com/rust-lang/crates.io-index" 3267 dependencies = [ 3268 - "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 3269 ] 3270 3271 [[package]] 3272 - name = "termion" 3273 - version = "1.5.3" 3274 - source = "registry+https://github.com/rust-lang/crates.io-index" 3275 dependencies = [ 3276 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3277 - "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 3278 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 3279 - "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3280 ] 3281 3282 [[package]] 3283 name = "textwrap" 3284 version = "0.11.0" 3285 source = "registry+https://github.com/rust-lang/crates.io-index" 3286 dependencies = [ 3287 - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3288 ] 3289 3290 [[package]] 3291 - name = "thread-id" 3292 - version = "3.3.0" 3293 source = "registry+https://github.com/rust-lang/crates.io-index" 3294 dependencies = [ 3295 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3296 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 3297 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3298 ] 3299 3300 [[package]] 3301 - name = "thread_local" 3302 - version = "0.3.6" 3303 source = "registry+https://github.com/rust-lang/crates.io-index" 3304 dependencies = [ 3305 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3306 ] 3307 3308 [[package]] 3309 - name = "threadpool" 3310 - version = "1.7.1" 3311 source = "registry+https://github.com/rust-lang/crates.io-index" 3312 dependencies = [ 3313 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 3314 ] 3315 3316 [[package]] 3317 - name = "time" 3318 - version = "0.1.42" 3319 source = "registry+https://github.com/rust-lang/crates.io-index" 3320 dependencies = [ 3321 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3322 - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 3323 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3324 ] 3325 3326 [[package]] 3327 - name = "tokio" 3328 - version = "0.1.22" 3329 source = "registry+https://github.com/rust-lang/crates.io-index" 3330 dependencies = [ 3331 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3332 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3333 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3334 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 3335 - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3336 - "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3337 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3338 - "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3339 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3340 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3341 - "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 3342 - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 3343 - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 3344 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 3345 - "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 3346 - "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", 3347 ] 3348 3349 [[package]] 3350 - name = "tokio-buf" 3351 - version = "0.1.1" 3352 source = "registry+https://github.com/rust-lang/crates.io-index" 3353 dependencies = [ 3354 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3355 - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 3356 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3357 ] 3358 3359 [[package]] 3360 - name = "tokio-codec" 3361 - version = "0.1.1" 3362 source = "registry+https://github.com/rust-lang/crates.io-index" 3363 dependencies = [ 3364 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3365 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3366 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3367 ] 3368 3369 [[package]] 3370 - name = "tokio-core" 3371 - version = "0.1.17" 3372 source = "registry+https://github.com/rust-lang/crates.io-index" 3373 dependencies = [ 3374 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3375 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3376 - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 3377 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3378 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3379 - "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3380 - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", 3381 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3382 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3383 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3384 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 3385 ] 3386 3387 [[package]] 3388 - name = "tokio-current-thread" 3389 - version = "0.1.6" 3390 source = "registry+https://github.com/rust-lang/crates.io-index" 3391 - dependencies = [ 3392 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3393 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3394 - ] 3395 3396 [[package]] 3397 - name = "tokio-executor" 3398 - version = "0.1.8" 3399 source = "registry+https://github.com/rust-lang/crates.io-index" 3400 dependencies = [ 3401 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 3402 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3403 ] 3404 3405 [[package]] 3406 - name = "tokio-fs" 3407 - version = "0.1.6" 3408 source = "registry+https://github.com/rust-lang/crates.io-index" 3409 dependencies = [ 3410 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3411 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3412 - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 3413 ] 3414 3415 [[package]] 3416 - name = "tokio-io" 3417 - version = "0.1.12" 3418 source = "registry+https://github.com/rust-lang/crates.io-index" 3419 dependencies = [ 3420 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3421 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3422 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3423 ] 3424 3425 [[package]] 3426 - name = "tokio-process" 3427 - version = "0.2.4" 3428 source = "registry+https://github.com/rust-lang/crates.io-index" 3429 dependencies = [ 3430 - "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3431 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3432 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3433 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3434 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3435 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3436 - "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3437 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3438 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3439 - "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 3440 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3441 ] 3442 3443 [[package]] 3444 - name = "tokio-reactor" 3445 version = "0.1.9" 3446 source = "registry+https://github.com/rust-lang/crates.io-index" 3447 dependencies = [ 3448 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 3449 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3450 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3451 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3452 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3453 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 3454 - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 3455 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 3456 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3457 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3458 - "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 3459 ] 3460 3461 [[package]] 3462 - name = "tokio-rustls" 3463 - version = "0.9.4" 3464 source = "registry+https://github.com/rust-lang/crates.io-index" 3465 dependencies = [ 3466 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3467 - "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", 3468 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3469 - "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", 3470 ] 3471 3472 [[package]] 3473 - name = "tokio-signal" 3474 - version = "0.2.7" 3475 source = "registry+https://github.com/rust-lang/crates.io-index" 3476 dependencies = [ 3477 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3478 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3479 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3480 - "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", 3481 - "signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 3482 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3483 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3484 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3485 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3486 ] 3487 3488 [[package]] 3489 - name = "tokio-sync" 3490 - version = "0.1.7" 3491 source = "registry+https://github.com/rust-lang/crates.io-index" 3492 dependencies = [ 3493 - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 3494 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3495 ] 3496 3497 [[package]] 3498 - name = "tokio-tcp" 3499 - version = "0.1.3" 3500 source = "registry+https://github.com/rust-lang/crates.io-index" 3501 dependencies = [ 3502 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3503 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3504 - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 3505 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3506 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3507 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3508 ] 3509 3510 [[package]] 3511 - name = "tokio-threadpool" 3512 - version = "0.1.16" 3513 source = "registry+https://github.com/rust-lang/crates.io-index" 3514 - dependencies = [ 3515 - "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 3516 - "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3517 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 3518 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3519 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3520 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3521 - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 3522 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 3523 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3524 - ] 3525 3526 [[package]] 3527 - name = "tokio-timer" 3528 - version = "0.2.11" 3529 source = "registry+https://github.com/rust-lang/crates.io-index" 3530 dependencies = [ 3531 - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", 3532 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3533 - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 3534 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3535 ] 3536 3537 [[package]] 3538 - name = "tokio-udp" 3539 - version = "0.1.5" 3540 source = "registry+https://github.com/rust-lang/crates.io-index" 3541 - dependencies = [ 3542 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3543 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3544 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3545 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3546 - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3547 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3548 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3549 - ] 3550 3551 [[package]] 3552 - name = "tokio-uds" 3553 - version = "0.2.5" 3554 source = "registry+https://github.com/rust-lang/crates.io-index" 3555 - dependencies = [ 3556 - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 3557 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3558 - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 3559 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3560 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3561 - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", 3562 - "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", 3563 - "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3564 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3565 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3566 - ] 3567 3568 [[package]] 3569 - name = "toml" 3570 - version = "0.2.1" 3571 source = "registry+https://github.com/rust-lang/crates.io-index" 3572 3573 [[package]] 3574 - name = "toml" 3575 - version = "0.5.3" 3576 source = "registry+https://github.com/rust-lang/crates.io-index" 3577 dependencies = [ 3578 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3579 ] 3580 3581 [[package]] 3582 - name = "traitobject" 3583 - version = "0.1.0" 3584 source = "registry+https://github.com/rust-lang/crates.io-index" 3585 3586 [[package]] 3587 - name = "trust-dns-proto" 3588 - version = "0.7.4" 3589 source = "registry+https://github.com/rust-lang/crates.io-index" 3590 dependencies = [ 3591 - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 3592 - "enum-as-inner 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 3593 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3594 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3595 - "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 3596 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3597 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3598 - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 3599 - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 3600 - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", 3601 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3602 - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", 3603 - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 3604 - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 3605 - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 3606 - "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 3607 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 3608 ] 3609 3610 [[package]] 3611 - name = "trust-dns-resolver" 3612 - version = "0.11.1" 3613 source = "registry+https://github.com/rust-lang/crates.io-index" 3614 - dependencies = [ 3615 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 3616 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3617 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3618 - "ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 3619 - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3620 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3621 - "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3622 - "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 3623 - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 3624 - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3625 - "trust-dns-proto 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 3626 - ] 3627 3628 [[package]] 3629 - name = "try-lock" 3630 - version = "0.2.2" 3631 source = "registry+https://github.com/rust-lang/crates.io-index" 3632 3633 [[package]] 3634 - name = "try_from" 3635 - version = "0.3.2" 3636 source = "registry+https://github.com/rust-lang/crates.io-index" 3637 dependencies = [ 3638 - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 3639 ] 3640 3641 [[package]] 3642 - name = "typemap" 3643 - version = "0.3.3" 3644 source = "registry+https://github.com/rust-lang/crates.io-index" 3645 dependencies = [ 3646 - "unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 3647 ] 3648 3649 [[package]] 3650 - name = "typenum" 3651 - version = "1.11.2" 3652 source = "registry+https://github.com/rust-lang/crates.io-index" 3653 3654 [[package]] 3655 - name = "ucd-util" 3656 - version = "0.1.5" 3657 source = "registry+https://github.com/rust-lang/crates.io-index" 3658 3659 [[package]] 3660 - name = "unicase" 3661 - version = "2.5.1" 3662 source = "registry+https://github.com/rust-lang/crates.io-index" 3663 dependencies = [ 3664 - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 3665 ] 3666 3667 [[package]] 3668 - name = "unicode-bidi" 3669 - version = "0.3.4" 3670 source = "registry+https://github.com/rust-lang/crates.io-index" 3671 dependencies = [ 3672 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3673 ] 3674 3675 [[package]] 3676 - name = "unicode-normalization" 3677 - version = "0.1.8" 3678 source = "registry+https://github.com/rust-lang/crates.io-index" 3679 dependencies = [ 3680 - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 3681 ] 3682 3683 [[package]] 3684 - name = "unicode-segmentation" 3685 - version = "1.3.0" 3686 source = "registry+https://github.com/rust-lang/crates.io-index" 3687 3688 [[package]] 3689 - name = "unicode-width" 3690 - version = "0.1.6" 3691 source = "registry+https://github.com/rust-lang/crates.io-index" 3692 3693 [[package]] 3694 - name = "unicode-xid" 3695 - version = "0.1.0" 3696 source = "registry+https://github.com/rust-lang/crates.io-index" 3697 3698 [[package]] 3699 - name = "unicode-xid" 3700 - version = "0.2.0" 3701 source = "registry+https://github.com/rust-lang/crates.io-index" 3702 3703 [[package]] 3704 - name = "unsafe-any" 3705 - version = "0.4.2" 3706 source = "registry+https://github.com/rust-lang/crates.io-index" 3707 dependencies = [ 3708 - "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 3709 ] 3710 3711 [[package]] 3712 - name = "untrusted" 3713 - version = "0.6.2" 3714 source = "registry+https://github.com/rust-lang/crates.io-index" 3715 3716 [[package]] 3717 - name = "url" 3718 - version = "1.7.2" 3719 source = "registry+https://github.com/rust-lang/crates.io-index" 3720 - dependencies = [ 3721 - "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 3722 - "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 3723 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3724 - "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 3725 - ] 3726 3727 [[package]] 3728 - name = "url" 3729 - version = "2.1.0" 3730 source = "registry+https://github.com/rust-lang/crates.io-index" 3731 - dependencies = [ 3732 - "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 3733 - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 3734 - "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 3735 - ] 3736 3737 [[package]] 3738 - name = "user32-sys" 3739 - version = "0.2.0" 3740 source = "registry+https://github.com/rust-lang/crates.io-index" 3741 dependencies = [ 3742 - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 3743 - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3744 ] 3745 3746 [[package]] 3747 - name = "users" 3748 - version = "0.9.1" 3749 source = "registry+https://github.com/rust-lang/crates.io-index" 3750 dependencies = [ 3751 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3752 ] 3753 3754 [[package]] 3755 - name = "utf8-ranges" 3756 - version = "1.0.4" 3757 - source = "registry+https://github.com/rust-lang/crates.io-index" 3758 - 3759 - [[package]] 3760 - name = "uuid" 3761 - version = "0.5.1" 3762 source = "registry+https://github.com/rust-lang/crates.io-index" 3763 dependencies = [ 3764 - "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", 3765 ] 3766 3767 [[package]] 3768 - name = "uuid" 3769 - version = "0.7.4" 3770 source = "registry+https://github.com/rust-lang/crates.io-index" 3771 dependencies = [ 3772 - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", 3773 ] 3774 3775 [[package]] 3776 - name = "valico" 3777 - version = "3.1.0" 3778 source = "registry+https://github.com/rust-lang/crates.io-index" 3779 dependencies = [ 3780 - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", 3781 - "jsonway 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 3782 - "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", 3783 - "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", 3784 - "publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 3785 - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 3786 - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", 3787 - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", 3788 - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 3789 - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 3790 ] 3791 3792 [[package]] 3793 - name = "vcpkg" 3794 - version = "0.2.7" 3795 - source = "registry+https://github.com/rust-lang/crates.io-index" 3796 - 3797 - [[package]] 3798 - name = "vec_map" 3799 - version = "0.8.1" 3800 - source = "registry+https://github.com/rust-lang/crates.io-index" 3801 - 3802 - [[package]] 3803 - name = "version_check" 3804 - version = "0.1.5" 3805 - source = "registry+https://github.com/rust-lang/crates.io-index" 3806 - 3807 - [[package]] 3808 - name = "void" 3809 - version = "1.0.2" 3810 source = "registry+https://github.com/rust-lang/crates.io-index" 3811 3812 [[package]] 3813 - name = "walkdir" 3814 - version = "2.2.9" 3815 source = "registry+https://github.com/rust-lang/crates.io-index" 3816 dependencies = [ 3817 - "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 3818 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3819 - "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3820 - ] 3821 - 3822 - [[package]] 3823 - name = "want" 3824 - version = "0.2.0" 3825 - source = "registry+https://github.com/rust-lang/crates.io-index" 3826 - dependencies = [ 3827 - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", 3828 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3829 - "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 3830 ] 3831 3832 [[package]] 3833 name = "webpki" 3834 - version = "0.19.1" 3835 source = "registry+https://github.com/rust-lang/crates.io-index" 3836 dependencies = [ 3837 - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", 3838 - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 3839 ] 3840 3841 [[package]] 3842 name = "webpki-roots" 3843 - version = "0.16.0" 3844 source = "registry+https://github.com/rust-lang/crates.io-index" 3845 dependencies = [ 3846 - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 3847 - "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", 3848 ] 3849 3850 [[package]] 3851 name = "which" 3852 - version = "2.0.1" 3853 source = "registry+https://github.com/rust-lang/crates.io-index" 3854 dependencies = [ 3855 - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 3856 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3857 ] 3858 3859 [[package]] 3860 name = "widestring" 3861 - version = "0.3.0" 3862 source = "registry+https://github.com/rust-lang/crates.io-index" 3863 3864 [[package]] 3865 name = "widestring" 3866 - version = "0.4.0" 3867 source = "registry+https://github.com/rust-lang/crates.io-index" 3868 3869 [[package]] 3870 name = "winapi" 3871 version = "0.2.8" 3872 source = "registry+https://github.com/rust-lang/crates.io-index" 3873 3874 [[package]] 3875 name = "winapi" 3876 - version = "0.3.8" 3877 source = "registry+https://github.com/rust-lang/crates.io-index" 3878 dependencies = [ 3879 - "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3880 - "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 3881 ] 3882 3883 [[package]] 3884 name = "winapi-build" 3885 version = "0.1.1" 3886 source = "registry+https://github.com/rust-lang/crates.io-index" 3887 3888 [[package]] 3889 name = "winapi-i686-pc-windows-gnu" 3890 version = "0.4.0" 3891 source = "registry+https://github.com/rust-lang/crates.io-index" 3892 3893 [[package]] 3894 name = "winapi-util" 3895 - version = "0.1.2" 3896 source = "registry+https://github.com/rust-lang/crates.io-index" 3897 dependencies = [ 3898 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3899 ] 3900 3901 [[package]] 3902 name = "winapi-x86_64-pc-windows-gnu" 3903 version = "0.4.0" 3904 source = "registry+https://github.com/rust-lang/crates.io-index" 3905 3906 [[package]] 3907 - name = "wincolor" 3908 - version = "1.0.2" 3909 source = "registry+https://github.com/rust-lang/crates.io-index" 3910 dependencies = [ 3911 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3912 - "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3913 ] 3914 3915 [[package]] 3916 - name = "windows-acl" 3917 - version = "0.1.0" 3918 source = "registry+https://github.com/rust-lang/crates.io-index" 3919 dependencies = [ 3920 - "field-offset 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3921 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3922 - "widestring 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 3923 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3924 ] 3925 3926 [[package]] 3927 name = "winreg" 3928 - version = "0.6.2" 3929 source = "registry+https://github.com/rust-lang/crates.io-index" 3930 dependencies = [ 3931 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3932 ] 3933 3934 [[package]] 3935 - name = "winutil" 3936 - version = "0.1.1" 3937 source = "registry+https://github.com/rust-lang/crates.io-index" 3938 dependencies = [ 3939 - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 3940 ] 3941 3942 [[package]] 3943 name = "ws2_32-sys" 3944 version = "0.2.1" 3945 source = "registry+https://github.com/rust-lang/crates.io-index" 3946 dependencies = [ 3947 - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 3948 - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 3949 ] 3950 3951 [[package]] 3952 name = "xattr" 3953 version = "0.2.2" 3954 source = "registry+https://github.com/rust-lang/crates.io-index" 3955 dependencies = [ 3956 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3957 ] 3958 3959 [[package]] 3960 name = "xml-rs" 3961 - version = "0.8.0" 3962 source = "registry+https://github.com/rust-lang/crates.io-index" 3963 3964 [[package]] 3965 name = "yaml-rust" 3966 - version = "0.4.3" 3967 source = "registry+https://github.com/rust-lang/crates.io-index" 3968 dependencies = [ 3969 - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 3970 ] 3971 3972 [[package]] 3973 name = "zmq" 3974 - version = "0.8.3" 3975 - source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.8-symlinks-removed#20a73b9225b3903778420c3211d8e9439bb73a2a" 3976 dependencies = [ 3977 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3978 - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 3979 - "zmq-sys 0.8.3 (git+https://github.com/habitat-sh/rust-zmq?branch=v0.8-symlinks-removed)", 3980 ] 3981 3982 [[package]] 3983 name = "zmq-sys" 3984 - version = "0.8.3" 3985 - source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.8-symlinks-removed#20a73b9225b3903778420c3211d8e9439bb73a2a" 3986 dependencies = [ 3987 - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 3988 - "metadeps 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 3989 ] 3990 - 3991 - [metadata] 3992 - "checksum actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2c11af4b06dc935d8e1b1491dad56bfb32febc49096a91e773f8535c176453" 3993 - "checksum actix-connect 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9fade9bd4bb46bacde89f1e726c7a3dd230536092712f5d94d77ca57c087fca0" 3994 - "checksum actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf758ebbc4abfecbdc1ce7408601b2d7e0cd7e4766ef61183cd8ce16c194d64" 3995 - "checksum actix-router 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "23224bb527e204261d0291102cb9b52713084def67d94f7874923baefe04ccf7" 3996 - "checksum actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "168620aaf00fcd2a16e621790abaf180ef7377c2f8355b4ca5775d6afc778ed8" 3997 - "checksum actix-server 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ba8c936356c882420eab87051b12ca1926dc42348863d05fff7eb151df9cddbb" 3998 - "checksum actix-server-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "483a34989c682d93142bacad6300375bb6ad8002d2e0bb249dbad86128b9ff30" 3999 - "checksum actix-service 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bca5b48e928841ff7e7dce1fdb5b0d4582f6b1b976e08f4bac3f640643e0773f" 4000 - "checksum actix-threadpool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c29f7c554d56b3841f4bb85d5b3dee01ba536e1307679f56eb54de28aaec3fb" 4001 - "checksum actix-utils 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "908c3109948f5c37a8b57fd343a37dcad5bb1d90bfd06300ac96b17bbe017b95" 4002 - "checksum actix-web 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0dc7ab62d04b9eeb0f368ad9c6ee20c2e3541fb9a25a5eb727c9118b59e8ff2" 4003 - "checksum actix-web-codegen 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "068a33520e21c1eea89726be4d6b3ce2e6b81046904367e1677287695a043abb" 4004 - "checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" 4005 - "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" 4006 - "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" 4007 - "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 4008 - "checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" 4009 - "checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841" 4010 - "checksum arc-swap 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f1a1eca3195b729bbd64e292ef2f5fff6b1c28504fed762ce2b1013dde4d8e92" 4011 - "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" 4012 - "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" 4013 - "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" 4014 - "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" 4015 - "checksum backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" 4016 - "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" 4017 - "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" 4018 - "checksum bimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "783204f24fd7724ea274d327619cfa6a6018047bb0561a68aadff6f56787591b" 4019 - "checksum bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9a6301db0b49fb63551bc15b5ae348147101cdf323242b93ec7546d5002ff1af" 4020 - "checksum bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" 4021 - "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 4022 - "checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182" 4023 - "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" 4024 - "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" 4025 - "checksum broadcast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb214f702da3cc6aa1666520f40ea66f506644db5e1065be4bbc972f7ec3750b" 4026 - "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" 4027 - "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" 4028 - "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 4029 - "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" 4030 - "checksum caps 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "20d9a108615cedf6989a2c82d7aa6f6e7c8be5398a210adcc8df458bfa7ff4ee" 4031 - "checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be" 4032 - "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 4033 - "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" 4034 - "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" 4035 - "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 4036 - "checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120" 4037 - "checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" 4038 - "checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" 4039 - "checksum copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ff9c56c9fb2a49c05ef0e431485a22400af20d33226dc0764d891d09e724127" 4040 - "checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" 4041 - "checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" 4042 - "checksum cpu-time 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad9182963eedd274a445d6a43a50c4097537a238c8ad8980e400c3bfbc956426" 4043 - "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" 4044 - "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" 4045 - "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" 4046 - "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" 4047 - "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" 4048 - "checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" 4049 - "checksum ctrlc 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5531b7f0698d9220b4729f8811931dbe0e91a05be2f7b3245fdc50dd856bae26" 4050 - "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" 4051 - "checksum derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe" 4052 - "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" 4053 - "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" 4054 - "checksum dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" 4055 - "checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" 4056 - "checksum dns-lookup 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13988670860b076248c74e1b54444efc4f1dec70c8bb25da4b7c0024396b72bf" 4057 - "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" 4058 - "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" 4059 - "checksum encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" 4060 - "checksum encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" 4061 - "checksum encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" 4062 - "checksum encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" 4063 - "checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" 4064 - "checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" 4065 - "checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" 4066 - "checksum encoding_rs 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)" = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9" 4067 - "checksum enum-as-inner 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3d58266c97445680766be408285e798d3401c6d4c378ec5552e78737e681e37d" 4068 - "checksum env 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "876927d21ef1ae98001c8c35a1d8dfd682136914b23ef04276820fa6d43c3630" 4069 - "checksum env_logger 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39ecdb7dd54465526f0a56d666e3b2dd5f3a218665a030b6e4ad9e70fa95d8fa" 4070 - "checksum env_proxy 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "700798562fcbc0a4c89546df5dfa8586e82345026e3992242646d527dec948e4" 4071 - "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" 4072 - "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" 4073 - "checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" 4074 - "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" 4075 - "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" 4076 - "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" 4077 - "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" 4078 - "checksum field-offset 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64e9bc339e426139e02601fa69d101e96a92aee71b58bc01697ec2a63a5c9e68" 4079 - "checksum filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd7380b54ced79dda72ecc35cc4fbbd1da6bba54afaa37e96fd1c2a308cd469" 4080 - "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" 4081 - "checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3" 4082 - "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" 4083 - "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 4084 - "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 4085 - "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" 4086 - "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 4087 - "checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 4088 - "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 4089 - "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 4090 - "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 4091 - "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" 4092 - "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" 4093 - "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" 4094 - "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" 4095 - "checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55" 4096 - "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 4097 - "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" 4098 - "checksum handlebars 0.28.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1bed53dfb11098ec893ed54aa8b9828ffb98d28acbe56a49419935e5a8688ca9" 4099 - "checksum handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04af2006ea09d985fef82b81e0eb25337e51b691c76403332378a53d521edc" 4100 - "checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353" 4101 - "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 4102 - "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" 4103 - "checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" 4104 - "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" 4105 - "checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" 4106 - "checksum http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf" 4107 - "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" 4108 - "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" 4109 - "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 4110 - "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" 4111 - "checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" 4112 - "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 4113 - "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 4114 - "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3" 4115 - "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" 4116 - "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" 4117 - "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 4118 - "checksum ipc-channel 0.9.0 (git+https://github.com/habitat-sh/ipc-channel?branch=hbt-windows)" = "<none>" 4119 - "checksum ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa79fa216fbe60834a9c0737d7fcd30425b32d1c58854663e24d4c4b328ed83f" 4120 - "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" 4121 - "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" 4122 - "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" 4123 - "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" 4124 - "checksum jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69" 4125 - "checksum json 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3ca41abbeb7615d56322a984e63be5e5d0a117dfaca86c14393e32a762ccac1" 4126 - "checksum jsonway 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effcb749443c905fbaef49d214f8b1049c240e0adb7af9baa0e201e625e4f9de" 4127 - "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 4128 - "checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" 4129 - "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" 4130 - "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 4131 - "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" 4132 - "checksum libarchive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3da06b22cd19af338a40f5d44a0aa6352ae43839d0855a049881cbc7e1b9c914" 4133 - "checksum libarchive3-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3cd3beae8f59a4c7a806523269b5392037577c150446e88d684dfa6de6031ca7" 4134 - "checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" 4135 - "checksum libsodium-sys 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fcbd1beeed8d44caa8a669ebaa697c313976e242c03cc9fb23d88bf1656f5542" 4136 - "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" 4137 - "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" 4138 - "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" 4139 - "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 4140 - "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 4141 - "checksum log-mdc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" 4142 - "checksum log4rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "100052474df98158c0738a7d3f4249c99978490178b5f9f68cd835ac57adbd1b" 4143 - "checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 4144 - "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1" 4145 - "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 4146 - "checksum md5 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e6bcd6433cff03a4bfc3d9834d504467db1f1cf6d0ea765d37d330249ed629d" 4147 - "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" 4148 - "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" 4149 - "checksum metadeps 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73b122901b3a675fac8cecf68dcb2f0d3036193bc861d1ac0e1c337f7d5254c2" 4150 - "checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf" 4151 - "checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599" 4152 - "checksum miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "304f66c19be2afa56530fa7c39796192eef38618da8d19df725ad7c6d6b2aaae" 4153 - "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" 4154 - "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" 4155 - "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" 4156 - "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" 4157 - "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" 4158 - "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" 4159 - "checksum mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "edf4fc746c5c977923b802d86fc9a95ca79a27d8c487613f68830d68d07c7b27" 4160 - "checksum multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb04b9f127583ed176e163fb9ec6f3e793b87e21deedd5734a69386a18a0151" 4161 - "checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e" 4162 - "checksum nats 0.3.2 (git+https://github.com/habitat-sh/rust-nats?rev=a4c24be66fc54c0038af383b6df18d2ed0b5f376)" = "<none>" 4163 - "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" 4164 - "checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17" 4165 - "checksum nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46f0f3210768d796e8fa79ec70ee6af172dacbe7147f5e69be5240a47778302b" 4166 - "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 4167 - "checksum nom 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf51a729ecf40266a2368ad335a5fdde43471f545a967109cd62146ecf8b66ff" 4168 - "checksum notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1191efa2b8fe041decb55c238a125b7a1aeb6fad7a525133a02be5ec949ff3cb" 4169 - "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" 4170 - "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" 4171 - "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" 4172 - "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" 4173 - "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" 4174 - "checksum openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449" 4175 - "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" 4176 - "checksum openssl-sys 0.9.51 (registry+https://github.com/rust-lang/crates.io-index)" = "ba24190c8f0805d3bd2ce028f439fe5af1d55882bbe6261bed1dbc93b50dd6b1" 4177 - "checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518" 4178 - "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" 4179 - "checksum os_info 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "81a01a9164e198a0949a491ca372e512ef769887c97a8d7ae8ff4cc46db07cfe" 4180 - "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" 4181 - "checksum palaver 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "506302e99b606a2e34473b24570e4461ade973842ffd57de665f1a9bece98510" 4182 - "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" 4183 - "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" 4184 - "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" 4185 - "checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c" 4186 - "checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" 4187 - "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" 4188 - "checksum pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4403eb718d70c03ee279e51737782902c68cca01e870a33b6a2f9dfb50b9cd83" 4189 - "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" 4190 - "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 4191 - "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8" 4192 - "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" 4193 - "checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" 4194 - "checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" 4195 - "checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" 4196 - "checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" 4197 - "checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea" 4198 - "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" 4199 - "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" 4200 - "checksum proc-macro-hack 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "114cdf1f426eb7f550f01af5f53a33c0946156f6814aec939b3bd77e844f9a9d" 4201 - "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 4202 - "checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" 4203 - "checksum procinfo 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6ab1427f3d2635891f842892dda177883dca0639e05fe66796a62c9d2f23b49c" 4204 - "checksum prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5567486d5778e2c6455b1b90ff1c558f29e751fc018130fa182e15828e728af1" 4205 - "checksum prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96d14b1c185652833d24aaad41c5832b0be5616a590227c1fbff57c616754b23" 4206 - "checksum prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb788126ea840817128183f8f603dce02cb7aea25c2a0b764359d8e20010702e" 4207 - "checksum prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e7dc378b94ac374644181a2247cebf59a6ec1c88b49ac77f3a94b86b79d0e11" 4208 - "checksum prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1de482a366941c8d56d19b650fac09ca08508f2a696119ee7513ad590c8bac6f" 4209 - "checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20" 4210 - "checksum publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9bf259a81de2b2eb9850ec990ec78e6a25319715584fd7652b9b26f96fcb1510" 4211 - "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" 4212 - "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 4213 - "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 4214 - "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" 4215 - "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 4216 - "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 4217 - "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" 4218 - "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 4219 - "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" 4220 - "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 4221 - "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 4222 - "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 4223 - "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 4224 - "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 4225 - "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 4226 - "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 4227 - "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 4228 - "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 4229 - "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 4230 - "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 4231 - "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 4232 - "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" 4233 - "checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d" 4234 - "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" 4235 - "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" 4236 - "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" 4237 - "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" 4238 - "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 4239 - "checksum reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)" = "e57803405f8ea0eb041c1567dac36127e0c8caa1251c843cb03d43fd767b3d50" 4240 - "checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb" 4241 - "checksum retry 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ac83b31b3831aa4b07608db4170f6555ab12942197037c38570dc4c5ba5028" 4242 - "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" 4243 - "checksum rusoto_core 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "351e97aedcc659bd03168ff7fd3dbb270b6ee812c0c51c7953d2ef6f0a119aa9" 4244 - "checksum rusoto_credential 0.41.1 (registry+https://github.com/rust-lang/crates.io-index)" = "22a9b3b73099876f50d3de8e0974de71934ddca4d48d11268456b47c4d2fff87" 4245 - "checksum rusoto_ecr 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4722ab9d239d0d113c0e628acfb445f904082a36c09397dce318b218dd4cd276" 4246 - "checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" 4247 - "checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a" 4248 - "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 4249 - "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" 4250 - "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 4251 - "checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e" 4252 - "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" 4253 - "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" 4254 - "checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" 4255 - "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" 4256 - "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" 4257 - "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" 4258 - "checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9" 4259 - "checksum security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2" 4260 - "checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56" 4261 - "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 4262 - "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 4263 - "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" 4264 - "checksum serde-transcode 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97528f0dfcf8ce2d51d995cb513a103b9cd301dc3f387a9cae5ef974381d4e1c" 4265 - "checksum serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f" 4266 - "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" 4267 - "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" 4268 - "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" 4269 - "checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" 4270 - "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" 4271 - "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" 4272 - "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" 4273 - "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" 4274 - "checksum signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4f61c4d59f3aaa9f61bba6450a9b80ba48362fd7d651689e7a10c453b1f6dc68" 4275 - "checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc" 4276 - "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" 4277 - "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 4278 - "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" 4279 - "checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" 4280 - "checksum sodiumoxide 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "eb5cb2f14f9a51352ad65e59257a0a9459d5a36a3615f3d53a974c82fdaaa00a" 4281 - "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4282 - "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" 4283 - "checksum state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7345c971d1ef21ffdbd103a75990a15eb03604fc8b8852ca8cb418ee1a099028" 4284 - "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" 4285 - "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 4286 - "checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc" 4287 - "checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" 4288 - "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" 4289 - "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 4290 - "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" 4291 - "checksum synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203" 4292 - "checksum tabwriter 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9128e3a9149e51494cad59712a286e149fcb74e443d2298d69bd6eaa42cc4ebb" 4293 - "checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3" 4294 - "checksum tee 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37c12559dba7383625faaff75be24becf35bfc885044375bcab931111799a3da" 4295 - "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" 4296 - "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" 4297 - "checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" 4298 - "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 4299 - "checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1" 4300 - "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 4301 - "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" 4302 - "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" 4303 - "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" 4304 - "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" 4305 - "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" 4306 - "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" 4307 - "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" 4308 - "checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" 4309 - "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" 4310 - "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" 4311 - "checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8" 4312 - "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" 4313 - "checksum tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "95a199832a67452c60bed18ed951d28d5755ff57b02b3d2d535d9f13a81ea6c9" 4314 - "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" 4315 - "checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76" 4316 - "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" 4317 - "checksum tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2bd2c6a3885302581f4401c82af70d792bb9df1700e7437b0aeb4ada94d5388c" 4318 - "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" 4319 - "checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b" 4320 - "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" 4321 - "checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4" 4322 - "checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724" 4323 - "checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 4324 - "checksum trust-dns-proto 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5559ebdf6c2368ddd11e20b11d6bbaf9e46deb803acd7815e93f5a7b4a6d2901" 4325 - "checksum trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c9992e58dba365798803c0b91018ff6c8d3fc77e06977c4539af2a6bfe0a039" 4326 - "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" 4327 - "checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" 4328 - "checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 4329 - "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" 4330 - "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" 4331 - "checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" 4332 - "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 4333 - "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" 4334 - "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" 4335 - "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" 4336 - "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 4337 - "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 4338 - "checksum unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 4339 - "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" 4340 - "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" 4341 - "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" 4342 - "checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47" 4343 - "checksum users 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c72f4267aea0c3ec6d07eaabea6ead7c5ddacfafc5e22bcf8d186706851fb4cf" 4344 - "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" 4345 - "checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22" 4346 - "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" 4347 - "checksum valico 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "297c0ef4fdd5f84dec44fa3d1ba6f0dbd99f2b3bdfc7a93f8b731300bc9eab99" 4348 - "checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" 4349 - "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" 4350 - "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 4351 - "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 4352 - "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" 4353 - "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" 4354 - "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" 4355 - "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" 4356 - "checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164" 4357 - "checksum widestring 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a212922ea58fbf5044f83663aa4fc6281ff890f1fd7546c0c3f52f5290831781" 4358 - "checksum widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6" 4359 - "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 4360 - "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 4361 - "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 4362 - "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4363 - "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" 4364 - "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4365 - "checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9" 4366 - "checksum windows-acl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a082309ae30f649180d223a7fac9673ada3b132acbec4037f1f4a2546230afa0" 4367 - "checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" 4368 - "checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" 4369 - "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 4370 - "checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" 4371 - "checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5" 4372 - "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" 4373 - "checksum zmq 0.8.3 (git+https://github.com/habitat-sh/rust-zmq?branch=v0.8-symlinks-removed)" = "<none>" 4374 - "checksum zmq-sys 0.8.3 (git+https://github.com/habitat-sh/rust-zmq?branch=v0.8-symlinks-removed)" = "<none>"
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 + version = 3 4 + 5 [[package]] 6 name = "actix-codec" 7 + version = "0.5.0" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe" 10 dependencies = [ 11 + "bitflags", 12 + "bytes", 13 + "futures-core", 14 + "futures-sink", 15 + "log 0.4.17", 16 + "memchr", 17 + "pin-project-lite", 18 + "tokio", 19 + "tokio-util", 20 ] 21 22 [[package]] 23 + name = "actix-http" 24 + version = "3.2.1" 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26 + checksum = "6f9ffb6db08c1c3a1f4aef540f1a63193adc73c4fbd40b75a95fc8c5258f6e51" 27 dependencies = [ 28 + "actix-codec", 29 + "actix-rt", 30 + "actix-service", 31 + "actix-tls", 32 + "actix-utils", 33 + "ahash", 34 + "base64 0.13.1", 35 + "bitflags", 36 + "bytes", 37 + "bytestring", 38 + "derive_more", 39 + "encoding_rs", 40 + "futures-core", 41 + "h2", 42 + "http", 43 + "httparse", 44 + "httpdate", 45 + "itoa 1.0.1", 46 + "language-tags", 47 + "local-channel", 48 + "mime", 49 + "percent-encoding", 50 + "pin-project-lite", 51 + "rand 0.8.5", 52 + "sha1", 53 + "smallvec", 54 + "tracing", 55 ] 56 57 [[package]] 58 + name = "actix-macros" 59 + version = "0.2.3" 60 source = "registry+https://github.com/rust-lang/crates.io-index" 61 + checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" 62 dependencies = [ 63 + "quote", 64 + "syn", 65 ] 66 67 [[package]] 68 name = "actix-router" 69 + version = "0.5.0" 70 source = "registry+https://github.com/rust-lang/crates.io-index" 71 + checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80" 72 dependencies = [ 73 + "bytestring", 74 + "firestorm", 75 + "http", 76 + "log 0.4.17", 77 + "regex 1.7.1", 78 + "serde", 79 ] 80 81 [[package]] 82 name = "actix-rt" 83 + version = "2.7.0" 84 source = "registry+https://github.com/rust-lang/crates.io-index" 85 + checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000" 86 dependencies = [ 87 + "actix-macros", 88 + "futures-core", 89 + "tokio", 90 ] 91 92 [[package]] 93 name = "actix-server" 94 + version = "2.1.1" 95 source = "registry+https://github.com/rust-lang/crates.io-index" 96 + checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824" 97 dependencies = [ 98 + "actix-rt", 99 + "actix-service", 100 + "actix-utils", 101 + "futures-core", 102 + "futures-util", 103 + "mio 0.8.5", 104 + "num_cpus", 105 + "socket2", 106 + "tokio", 107 + "tracing", 108 ] 109 110 [[package]] 111 name = "actix-service" 112 + version = "2.0.0" 113 source = "registry+https://github.com/rust-lang/crates.io-index" 114 + checksum = "77f5f9d66a8730d0fae62c26f3424f5751e5518086628a40b7ab6fca4a705034" 115 dependencies = [ 116 + "futures-core", 117 + "paste", 118 + "pin-project-lite", 119 ] 120 121 [[package]] 122 + name = "actix-tls" 123 + version = "3.0.3" 124 source = "registry+https://github.com/rust-lang/crates.io-index" 125 + checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297" 126 dependencies = [ 127 + "actix-codec", 128 + "actix-rt", 129 + "actix-service", 130 + "actix-utils", 131 + "futures-core", 132 + "log 0.4.17", 133 + "pin-project-lite", 134 + "tokio-rustls", 135 + "tokio-util", 136 + "webpki-roots", 137 ] 138 139 [[package]] 140 name = "actix-utils" 141 + version = "3.0.0" 142 source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94" 144 dependencies = [ 145 + "local-waker", 146 + "pin-project-lite", 147 ] 148 149 [[package]] 150 name = "actix-web" 151 + version = "4.1.0" 152 source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "a27e8fe9ba4ae613c21f677c2cfaf0696c3744030c6f485b34634e502d6bb379" 154 dependencies = [ 155 + "actix-codec", 156 + "actix-http", 157 + "actix-router", 158 + "actix-rt", 159 + "actix-server", 160 + "actix-service", 161 + "actix-tls", 162 + "actix-utils", 163 + "ahash", 164 + "bytes", 165 + "bytestring", 166 + "cfg-if 1.0.0", 167 + "derive_more", 168 + "encoding_rs", 169 + "futures-core", 170 + "futures-util", 171 + "itoa 1.0.1", 172 + "language-tags", 173 + "log 0.4.17", 174 + "mime", 175 + "once_cell", 176 + "pin-project-lite", 177 + "regex 1.7.1", 178 + "serde", 179 + "serde_json", 180 + "serde_urlencoded", 181 + "smallvec", 182 + "socket2", 183 + "time 0.3.11", 184 + "url", 185 ] 186 187 [[package]] 188 + name = "addr2line" 189 + version = "0.16.0" 190 source = "registry+https://github.com/rust-lang/crates.io-index" 191 + checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd" 192 dependencies = [ 193 + "gimli", 194 ] 195 196 [[package]] 197 + name = "adler" 198 + version = "1.0.2" 199 source = "registry+https://github.com/rust-lang/crates.io-index" 200 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 201 + 202 + [[package]] 203 + name = "ahash" 204 + version = "0.7.4" 205 + source = "registry+https://github.com/rust-lang/crates.io-index" 206 + checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" 207 + dependencies = [ 208 + "getrandom 0.2.3", 209 + "once_cell", 210 + "version_check", 211 + ] 212 213 [[package]] 214 name = "aho-corasick" 215 version = "0.6.10" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" 218 dependencies = [ 219 + "memchr", 220 ] 221 222 [[package]] 223 name = "aho-corasick" 224 + version = "0.7.18" 225 source = "registry+https://github.com/rust-lang/crates.io-index" 226 + checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 227 dependencies = [ 228 + "memchr", 229 ] 230 231 [[package]] 232 name = "ansi_term" 233 version = "0.11.0" 234 source = "registry+https://github.com/rust-lang/crates.io-index" 235 + checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 236 dependencies = [ 237 + "winapi 0.3.9", 238 ] 239 240 [[package]] 241 + name = "anyhow" 242 + version = "1.0.69" 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 245 + dependencies = [ 246 + "backtrace", 247 + ] 248 249 [[package]] 250 name = "arc-swap" 251 + version = "1.5.0" 252 source = "registry+https://github.com/rust-lang/crates.io-index" 253 + checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f" 254 255 [[package]] 256 + name = "arrayref" 257 + version = "0.3.6" 258 source = "registry+https://github.com/rust-lang/crates.io-index" 259 + checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 260 261 [[package]] 262 + name = "arrayvec" 263 + version = "0.7.2" 264 source = "registry+https://github.com/rust-lang/crates.io-index" 265 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 266 267 [[package]] 268 + name = "async-trait" 269 + version = "0.1.61" 270 source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282" 272 dependencies = [ 273 + "proc-macro2", 274 + "quote", 275 + "syn", 276 ] 277 278 [[package]] 279 name = "atty" 280 + version = "0.2.14" 281 source = "registry+https://github.com/rust-lang/crates.io-index" 282 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 283 dependencies = [ 284 + "hermit-abi 0.1.19", 285 + "libc", 286 + "winapi 0.3.9", 287 ] 288 289 [[package]] 290 name = "autocfg" 291 + version = "1.1.0" 292 source = "registry+https://github.com/rust-lang/crates.io-index" 293 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 294 295 [[package]] 296 name = "backtrace" 297 + version = "0.3.61" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 + checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01" 300 dependencies = [ 301 + "addr2line", 302 + "cc", 303 + "cfg-if 1.0.0", 304 + "libc", 305 + "miniz_oxide 0.4.4", 306 + "object", 307 + "rustc-demangle", 308 ] 309 310 [[package]] 311 + name = "base64" 312 + version = "0.13.1" 313 source = "registry+https://github.com/rust-lang/crates.io-index" 314 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 315 316 [[package]] 317 name = "base64" 318 + version = "0.21.0" 319 source = "registry+https://github.com/rust-lang/crates.io-index" 320 + checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 321 322 [[package]] 323 name = "bimap" 324 + version = "0.6.2" 325 source = "registry+https://github.com/rust-lang/crates.io-index" 326 + checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b" 327 328 [[package]] 329 name = "bincode" 330 + version = "1.3.3" 331 source = "registry+https://github.com/rust-lang/crates.io-index" 332 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 333 dependencies = [ 334 + "serde", 335 ] 336 337 [[package]] 338 name = "bitflags" 339 + version = "1.3.2" 340 source = "registry+https://github.com/rust-lang/crates.io-index" 341 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 342 343 [[package]] 344 name = "blake2b_simd" 345 + version = "1.0.0" 346 source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127" 348 dependencies = [ 349 + "arrayref", 350 + "arrayvec", 351 + "constant_time_eq", 352 ] 353 354 [[package]] 355 name = "block-buffer" 356 + version = "0.9.0" 357 source = "registry+https://github.com/rust-lang/crates.io-index" 358 + checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 359 dependencies = [ 360 + "generic-array", 361 ] 362 363 [[package]] 364 + name = "block-buffer" 365 + version = "0.10.2" 366 source = "registry+https://github.com/rust-lang/crates.io-index" 367 + checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 368 dependencies = [ 369 + "generic-array", 370 ] 371 372 [[package]] 373 name = "broadcast" 374 version = "0.1.0" 375 source = "registry+https://github.com/rust-lang/crates.io-index" 376 + checksum = "fb214f702da3cc6aa1666520f40ea66f506644db5e1065be4bbc972f7ec3750b" 377 378 [[package]] 379 + name = "bumpalo" 380 + version = "3.12.0" 381 source = "registry+https://github.com/rust-lang/crates.io-index" 382 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 383 384 [[package]] 385 name = "byteorder" 386 + version = "1.4.3" 387 source = "registry+https://github.com/rust-lang/crates.io-index" 388 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 389 390 [[package]] 391 name = "bytes" 392 + version = "1.3.0" 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 + checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" 395 396 [[package]] 397 + name = "bytestring" 398 + version = "1.0.0" 399 source = "registry+https://github.com/rust-lang/crates.io-index" 400 + checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d" 401 dependencies = [ 402 + "bytes", 403 ] 404 405 [[package]] 406 name = "caps" 407 + version = "0.5.2" 408 source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "c088f2dddef283f86b023ab1ebe2301c653326834996458b2f48d29b804e9540" 410 dependencies = [ 411 + "errno", 412 + "libc", 413 + "thiserror", 414 ] 415 416 [[package]] 417 name = "cc" 418 + version = "1.0.79" 419 source = "registry+https://github.com/rust-lang/crates.io-index" 420 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 421 422 [[package]] 423 name = "cfg-if" 424 version = "0.1.10" 425 source = "registry+https://github.com/rust-lang/crates.io-index" 426 + checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 427 428 [[package]] 429 + name = "cfg-if" 430 + version = "1.0.0" 431 source = "registry+https://github.com/rust-lang/crates.io-index" 432 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 433 434 [[package]] 435 + name = "chrono" 436 + version = "0.4.19" 437 source = "registry+https://github.com/rust-lang/crates.io-index" 438 + checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 439 dependencies = [ 440 + "libc", 441 + "num-integer", 442 + "num-traits", 443 + "serde", 444 + "time 0.1.43", 445 + "winapi 0.3.9", 446 ] 447 448 [[package]] 449 + name = "clap" 450 + version = "2.33.1" 451 + source = "git+https://github.com/habitat-sh/clap.git?branch=v2-master#21690ba25d1ac5783f4fb413ff87e6d086d15b49" 452 dependencies = [ 453 + "ansi_term", 454 + "atty", 455 + "bitflags", 456 + "strsim", 457 + "textwrap", 458 + "unicode-width", 459 + "vec_map", 460 ] 461 462 [[package]] 463 + name = "colosseum" 464 + version = "0.2.2" 465 source = "registry+https://github.com/rust-lang/crates.io-index" 466 + checksum = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" 467 468 [[package]] 469 + name = "configopt" 470 + version = "0.1.0" 471 + source = "git+https://github.com/habitat-sh/configopt.git#37990579c24c35b18e0e6dadd4f01ab021df7616" 472 dependencies = [ 473 + "colosseum", 474 + "configopt-derive", 475 + "lazy_static 1.4.0", 476 + "serde", 477 + "structopt", 478 + "toml 0.5.10", 479 ] 480 481 [[package]] 482 + name = "configopt-derive" 483 + version = "0.1.0" 484 + source = "git+https://github.com/habitat-sh/configopt.git#37990579c24c35b18e0e6dadd4f01ab021df7616" 485 dependencies = [ 486 + "heck 0.3.3", 487 + "proc-macro2", 488 + "proc_macro_roids", 489 + "quote", 490 + "syn", 491 ] 492 493 [[package]] 494 + name = "constant_time_eq" 495 + version = "0.1.5" 496 + source = "registry+https://github.com/rust-lang/crates.io-index" 497 + checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 498 + 499 + [[package]] 500 + name = "convert_case" 501 + version = "0.4.0" 502 source = "registry+https://github.com/rust-lang/crates.io-index" 503 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 504 505 [[package]] 506 name = "core-foundation" 507 + version = "0.9.1" 508 source = "registry+https://github.com/rust-lang/crates.io-index" 509 + checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" 510 dependencies = [ 511 + "core-foundation-sys", 512 + "libc", 513 ] 514 515 [[package]] 516 name = "core-foundation-sys" 517 + version = "0.8.2" 518 source = "registry+https://github.com/rust-lang/crates.io-index" 519 + checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" 520 521 [[package]] 522 name = "cpu-time" 523 + version = "1.0.0" 524 source = "registry+https://github.com/rust-lang/crates.io-index" 525 + checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" 526 dependencies = [ 527 + "libc", 528 + "winapi 0.3.9", 529 ] 530 531 [[package]] 532 + name = "cpufeatures" 533 + version = "0.1.5" 534 source = "registry+https://github.com/rust-lang/crates.io-index" 535 + checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" 536 dependencies = [ 537 + "libc", 538 ] 539 540 [[package]] 541 + name = "cpufeatures" 542 + version = "0.2.2" 543 source = "registry+https://github.com/rust-lang/crates.io-index" 544 + checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" 545 dependencies = [ 546 + "libc", 547 ] 548 549 [[package]] 550 + name = "crc32fast" 551 + version = "1.2.1" 552 source = "registry+https://github.com/rust-lang/crates.io-index" 553 + checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" 554 dependencies = [ 555 + "cfg-if 1.0.0", 556 ] 557 558 [[package]] 559 + name = "crossbeam-channel" 560 + version = "0.4.4" 561 source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" 563 dependencies = [ 564 + "crossbeam-utils 0.7.2", 565 + "maybe-uninit", 566 ] 567 568 [[package]] 569 + name = "crossbeam-channel" 570 + version = "0.5.1" 571 source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" 573 dependencies = [ 574 + "cfg-if 1.0.0", 575 + "crossbeam-utils 0.8.5", 576 ] 577 578 [[package]] 579 + name = "crossbeam-utils" 580 + version = "0.7.2" 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" 583 dependencies = [ 584 + "autocfg", 585 + "cfg-if 0.1.10", 586 + "lazy_static 1.4.0", 587 ] 588 589 [[package]] 590 + name = "crossbeam-utils" 591 + version = "0.8.5" 592 source = "registry+https://github.com/rust-lang/crates.io-index" 593 + checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" 594 dependencies = [ 595 + "cfg-if 1.0.0", 596 + "lazy_static 1.4.0", 597 ] 598 599 [[package]] 600 + name = "crypto-common" 601 + version = "0.1.6" 602 source = "registry+https://github.com/rust-lang/crates.io-index" 603 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 604 dependencies = [ 605 + "generic-array", 606 + "typenum", 607 ] 608 609 [[package]] 610 + name = "crypto-mac" 611 + version = "0.11.1" 612 source = "registry+https://github.com/rust-lang/crates.io-index" 613 + checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" 614 dependencies = [ 615 + "generic-array", 616 + "subtle", 617 ] 618 619 [[package]] 620 + name = "ctrlc" 621 + version = "3.2.3" 622 source = "registry+https://github.com/rust-lang/crates.io-index" 623 + checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173" 624 dependencies = [ 625 + "nix 0.25.0", 626 + "winapi 0.3.9", 627 ] 628 629 [[package]] 630 + name = "derivative" 631 + version = "2.2.0" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 634 dependencies = [ 635 + "proc-macro2", 636 + "quote", 637 + "syn", 638 ] 639 640 [[package]] 641 + name = "derive_more" 642 + version = "0.99.16" 643 source = "registry+https://github.com/rust-lang/crates.io-index" 644 + checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" 645 dependencies = [ 646 + "convert_case", 647 + "proc-macro2", 648 + "quote", 649 + "rustc_version 0.3.3", 650 + "syn", 651 ] 652 653 [[package]] 654 + name = "digest" 655 + version = "0.9.0" 656 source = "registry+https://github.com/rust-lang/crates.io-index" 657 + checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 658 dependencies = [ 659 + "generic-array", 660 ] 661 662 [[package]] 663 + name = "digest" 664 + version = "0.10.3" 665 source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 667 dependencies = [ 668 + "block-buffer 0.10.2", 669 + "crypto-common", 670 ] 671 672 [[package]] 673 + name = "dirs" 674 + version = "3.0.2" 675 source = "registry+https://github.com/rust-lang/crates.io-index" 676 + checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 677 dependencies = [ 678 + "dirs-sys", 679 ] 680 681 [[package]] 682 + name = "dirs-next" 683 + version = "2.0.0" 684 source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 686 dependencies = [ 687 + "cfg-if 1.0.0", 688 + "dirs-sys-next", 689 ] 690 691 [[package]] 692 + name = "dirs-sys" 693 + version = "0.3.6" 694 source = "registry+https://github.com/rust-lang/crates.io-index" 695 + checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" 696 dependencies = [ 697 + "libc", 698 + "redox_users", 699 + "winapi 0.3.9", 700 ] 701 702 [[package]] 703 + name = "dirs-sys-next" 704 + version = "0.1.2" 705 source = "registry+https://github.com/rust-lang/crates.io-index" 706 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 707 dependencies = [ 708 + "libc", 709 + "redox_users", 710 + "winapi 0.3.9", 711 ] 712 713 [[package]] 714 + name = "dns-lookup" 715 + version = "1.0.8" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872" 718 dependencies = [ 719 + "cfg-if 1.0.0", 720 + "libc", 721 + "socket2", 722 + "winapi 0.3.9", 723 ] 724 725 [[package]] 726 + name = "ed25519" 727 + version = "1.2.0" 728 source = "registry+https://github.com/rust-lang/crates.io-index" 729 + checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc" 730 dependencies = [ 731 + "signature", 732 ] 733 734 [[package]] 735 + name = "either" 736 + version = "1.6.1" 737 source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 739 740 [[package]] 741 name = "encoding_rs" 742 + version = "0.8.28" 743 source = "registry+https://github.com/rust-lang/crates.io-index" 744 + checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" 745 dependencies = [ 746 + "cfg-if 1.0.0", 747 ] 748 749 [[package]] 750 name = "env" 751 version = "0.0.0" 752 source = "registry+https://github.com/rust-lang/crates.io-index" 753 + checksum = "876927d21ef1ae98001c8c35a1d8dfd682136914b23ef04276820fa6d43c3630" 754 755 [[package]] 756 name = "env_logger" 757 + version = "0.9.0" 758 source = "registry+https://github.com/rust-lang/crates.io-index" 759 + checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 760 dependencies = [ 761 + "atty", 762 + "humantime", 763 + "log 0.4.17", 764 + "regex 1.7.1", 765 + "termcolor", 766 ] 767 768 [[package]] 769 name = "env_proxy" 770 + version = "0.4.1" 771 source = "registry+https://github.com/rust-lang/crates.io-index" 772 + checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 773 dependencies = [ 774 + "log 0.4.17", 775 + "url", 776 ] 777 778 [[package]] 779 name = "errno" 780 + version = "0.2.7" 781 source = "registry+https://github.com/rust-lang/crates.io-index" 782 + checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" 783 dependencies = [ 784 + "errno-dragonfly", 785 + "libc", 786 + "winapi 0.3.9", 787 ] 788 789 [[package]] 790 name = "errno-dragonfly" 791 version = "0.1.1" 792 source = "registry+https://github.com/rust-lang/crates.io-index" 793 + checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" 794 dependencies = [ 795 + "gcc", 796 + "libc", 797 ] 798 799 [[package]] 800 name = "error-chain" 801 version = "0.10.0" 802 source = "registry+https://github.com/rust-lang/crates.io-index" 803 + checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" 804 805 [[package]] 806 + name = "field-offset" 807 + version = "0.3.4" 808 source = "registry+https://github.com/rust-lang/crates.io-index" 809 + checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92" 810 dependencies = [ 811 + "memoffset 0.6.4", 812 + "rustc_version 0.3.3", 813 ] 814 815 [[package]] 816 + name = "filetime" 817 + version = "0.2.15" 818 source = "registry+https://github.com/rust-lang/crates.io-index" 819 + checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98" 820 dependencies = [ 821 + "cfg-if 1.0.0", 822 + "libc", 823 + "redox_syscall", 824 + "winapi 0.3.9", 825 ] 826 827 [[package]] 828 + name = "firestorm" 829 + version = "0.5.1" 830 + source = "registry+https://github.com/rust-lang/crates.io-index" 831 + checksum = "2c5f6c2c942da57e2aaaa84b8a521489486f14e75e7fa91dab70aba913975f98" 832 + 833 + [[package]] 834 + name = "fixedbitset" 835 + version = "0.4.0" 836 + source = "registry+https://github.com/rust-lang/crates.io-index" 837 + checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" 838 + 839 + [[package]] 840 + name = "flate2" 841 + version = "1.0.25" 842 source = "registry+https://github.com/rust-lang/crates.io-index" 843 + checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 844 dependencies = [ 845 + "crc32fast", 846 + "miniz_oxide 0.6.2", 847 ] 848 849 [[package]] 850 + name = "fnv" 851 + version = "1.0.7" 852 + source = "registry+https://github.com/rust-lang/crates.io-index" 853 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 854 + 855 + [[package]] 856 + name = "foreign-types" 857 + version = "0.3.2" 858 source = "registry+https://github.com/rust-lang/crates.io-index" 859 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 860 + dependencies = [ 861 + "foreign-types-shared", 862 + ] 863 864 [[package]] 865 + name = "foreign-types-shared" 866 version = "0.1.1" 867 source = "registry+https://github.com/rust-lang/crates.io-index" 868 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 869 870 [[package]] 871 + name = "form_urlencoded" 872 + version = "1.1.0" 873 source = "registry+https://github.com/rust-lang/crates.io-index" 874 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 875 dependencies = [ 876 + "percent-encoding", 877 ] 878 879 [[package]] 880 + name = "fs2" 881 + version = "0.4.3" 882 source = "registry+https://github.com/rust-lang/crates.io-index" 883 + checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 884 + dependencies = [ 885 + "libc", 886 + "winapi 0.3.9", 887 + ] 888 889 [[package]] 890 + name = "fsevent" 891 + version = "0.4.0" 892 source = "registry+https://github.com/rust-lang/crates.io-index" 893 + checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 894 dependencies = [ 895 + "bitflags", 896 + "fsevent-sys", 897 ] 898 899 [[package]] 900 + name = "fsevent-sys" 901 + version = "2.0.1" 902 source = "registry+https://github.com/rust-lang/crates.io-index" 903 + checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 904 + dependencies = [ 905 + "libc", 906 + ] 907 908 [[package]] 909 + name = "fuchsia-zircon" 910 + version = "0.3.3" 911 source = "registry+https://github.com/rust-lang/crates.io-index" 912 + checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 913 dependencies = [ 914 + "bitflags", 915 + "fuchsia-zircon-sys", 916 ] 917 918 [[package]] 919 + name = "fuchsia-zircon-sys" 920 + version = "0.3.3" 921 source = "registry+https://github.com/rust-lang/crates.io-index" 922 + checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 923 924 [[package]] 925 + name = "futures" 926 + version = "0.3.25" 927 source = "registry+https://github.com/rust-lang/crates.io-index" 928 + checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 929 + dependencies = [ 930 + "futures-channel", 931 + "futures-core", 932 + "futures-executor", 933 + "futures-io", 934 + "futures-sink", 935 + "futures-task", 936 + "futures-util", 937 + ] 938 939 [[package]] 940 + name = "futures-channel" 941 + version = "0.3.25" 942 source = "registry+https://github.com/rust-lang/crates.io-index" 943 + checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 944 dependencies = [ 945 + "futures-core", 946 + "futures-sink", 947 ] 948 949 [[package]] 950 + name = "futures-core" 951 + version = "0.3.25" 952 source = "registry+https://github.com/rust-lang/crates.io-index" 953 + checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 954 + 955 + [[package]] 956 + name = "futures-executor" 957 + version = "0.3.25" 958 + source = "registry+https://github.com/rust-lang/crates.io-index" 959 + checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 960 dependencies = [ 961 + "futures-core", 962 + "futures-task", 963 + "futures-util", 964 ] 965 966 [[package]] 967 + name = "futures-io" 968 + version = "0.3.25" 969 source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 971 972 [[package]] 973 + name = "futures-macro" 974 + version = "0.3.25" 975 source = "registry+https://github.com/rust-lang/crates.io-index" 976 + checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 977 dependencies = [ 978 + "proc-macro2", 979 + "quote", 980 + "syn", 981 ] 982 983 [[package]] 984 + name = "futures-sink" 985 + version = "0.3.25" 986 source = "registry+https://github.com/rust-lang/crates.io-index" 987 + checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 988 989 [[package]] 990 + name = "futures-task" 991 + version = "0.3.25" 992 source = "registry+https://github.com/rust-lang/crates.io-index" 993 + checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 994 995 [[package]] 996 + name = "futures-util" 997 + version = "0.3.25" 998 source = "registry+https://github.com/rust-lang/crates.io-index" 999 + checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 1000 dependencies = [ 1001 + "futures-channel", 1002 + "futures-core", 1003 + "futures-io", 1004 + "futures-macro", 1005 + "futures-sink", 1006 + "futures-task", 1007 + "memchr", 1008 + "pin-project-lite", 1009 + "pin-utils", 1010 + "slab", 1011 ] 1012 1013 [[package]] 1014 name = "gcc" 1015 version = "0.3.55" 1016 source = "registry+https://github.com/rust-lang/crates.io-index" 1017 + checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" 1018 + 1019 + [[package]] 1020 + name = "generator" 1021 + version = "0.7.0" 1022 + source = "registry+https://github.com/rust-lang/crates.io-index" 1023 + checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee" 1024 + dependencies = [ 1025 + "cc", 1026 + "libc", 1027 + "log 0.4.17", 1028 + "rustversion", 1029 + "winapi 0.3.9", 1030 + ] 1031 1032 [[package]] 1033 name = "generic-array" 1034 + version = "0.14.4" 1035 source = "registry+https://github.com/rust-lang/crates.io-index" 1036 + checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" 1037 dependencies = [ 1038 + "typenum", 1039 + "version_check", 1040 ] 1041 1042 [[package]] 1043 name = "getrandom" 1044 + version = "0.1.16" 1045 source = "registry+https://github.com/rust-lang/crates.io-index" 1046 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1047 dependencies = [ 1048 + "cfg-if 1.0.0", 1049 + "libc", 1050 + "wasi 0.9.0+wasi-snapshot-preview1", 1051 ] 1052 1053 [[package]] 1054 + name = "getrandom" 1055 + version = "0.2.3" 1056 + source = "registry+https://github.com/rust-lang/crates.io-index" 1057 + checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" 1058 + dependencies = [ 1059 + "cfg-if 1.0.0", 1060 + "libc", 1061 + "wasi 0.10.2+wasi-snapshot-preview1", 1062 + ] 1063 + 1064 + [[package]] 1065 + name = "gimli" 1066 + version = "0.25.0" 1067 + source = "registry+https://github.com/rust-lang/crates.io-index" 1068 + checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" 1069 + 1070 + [[package]] 1071 name = "glob" 1072 + version = "0.3.1" 1073 source = "registry+https://github.com/rust-lang/crates.io-index" 1074 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1075 1076 [[package]] 1077 name = "h2" 1078 + version = "0.3.13" 1079 source = "registry+https://github.com/rust-lang/crates.io-index" 1080 + checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" 1081 dependencies = [ 1082 + "bytes", 1083 + "fnv", 1084 + "futures-core", 1085 + "futures-sink", 1086 + "futures-util", 1087 + "http", 1088 + "indexmap", 1089 + "slab", 1090 + "tokio", 1091 + "tokio-util", 1092 + "tracing", 1093 ] 1094 1095 [[package]] 1096 name = "hab" 1097 version = "0.0.0" 1098 dependencies = [ 1099 + "anyhow", 1100 + "atty", 1101 + "base64 0.21.0", 1102 + "bitflags", 1103 + "chrono", 1104 + "clap", 1105 + "configopt", 1106 + "ctrlc", 1107 + "dirs", 1108 + "env_logger", 1109 + "flate2", 1110 + "futures", 1111 + "glob", 1112 + "habitat-sup-client", 1113 + "habitat-sup-protocol", 1114 + "habitat_api_client", 1115 + "habitat_common", 1116 + "habitat_core", 1117 + "handlebars 0.29.1", 1118 + "lazy_static 1.4.0", 1119 + "libc", 1120 + "log 0.4.17", 1121 + "pbr", 1122 + "rants", 1123 + "reqwest", 1124 + "retry", 1125 + "rustls", 1126 + "same-file", 1127 + "serde", 1128 + "serde_json", 1129 + "serde_yaml", 1130 + "structopt", 1131 + "tabwriter", 1132 + "tar", 1133 + "tempfile", 1134 + "termcolor", 1135 + "thiserror", 1136 + "tokio", 1137 + "toml 0.5.10", 1138 + "url", 1139 + "uuid 1.2.2", 1140 + "walkdir", 1141 + "webpki", 1142 + "widestring 1.0.2", 1143 + "winapi 0.3.9", 1144 + "winreg 0.9.0", 1145 ] 1146 1147 [[package]] 1148 name = "habitat-launcher" 1149 version = "0.0.0" 1150 dependencies = [ 1151 + "anyhow", 1152 + "env_logger", 1153 + "habitat-launcher-protocol", 1154 + "habitat_common", 1155 + "habitat_core", 1156 + "ipc-channel", 1157 + "libc", 1158 + "log 0.4.17", 1159 + "nix 0.26.2", 1160 + "prost", 1161 + "semver 1.0.16", 1162 + "thiserror", 1163 + "winapi 0.3.9", 1164 ] 1165 1166 [[package]] 1167 name = "habitat-launcher-client" 1168 version = "0.0.0" 1169 dependencies = [ 1170 + "bincode", 1171 + "env_logger", 1172 + "habitat-launcher-protocol", 1173 + "habitat_common", 1174 + "habitat_core", 1175 + "ipc-channel", 1176 + "libc", 1177 + "log 0.4.17", 1178 + "prost", 1179 + "serde", 1180 + "thiserror", 1181 ] 1182 1183 [[package]] 1184 name = "habitat-launcher-protocol" 1185 version = "0.0.0" 1186 dependencies = [ 1187 + "bytes", 1188 + "prost", 1189 + "prost-build", 1190 + "serde", 1191 ] 1192 1193 [[package]] 1194 name = "habitat-rst-reader" 1195 version = "0.0.0" 1196 dependencies = [ 1197 + "clap", 1198 + "env_logger", 1199 + "habitat_butterfly", 1200 + "log 0.4.17", 1201 ] 1202 1203 [[package]] 1204 name = "habitat-sup-client" 1205 version = "0.0.0" 1206 dependencies = [ 1207 + "futures", 1208 + "habitat-sup-protocol", 1209 + "habitat_common", 1210 + "habitat_core", 1211 + "log 0.4.17", 1212 + "prost", 1213 + "rustls", 1214 + "termcolor", 1215 + "tokio", 1216 + "tokio-util", 1217 ] 1218 1219 [[package]] 1220 name = "habitat-sup-protocol" 1221 version = "0.0.0" 1222 dependencies = [ 1223 + "base64 0.21.0", 1224 + "bytes", 1225 + "habitat_core", 1226 + "lazy_static 1.4.0", 1227 + "log 0.4.17", 1228 + "prost", 1229 + "prost-build", 1230 + "rand 0.8.5", 1231 + "serde", 1232 + "tempfile", 1233 + "tokio", 1234 + "tokio-util", 1235 + "toml 0.5.10", 1236 ] 1237 1238 [[package]] 1239 name = "habitat_api_client" 1240 version = "0.0.0" 1241 dependencies = [ 1242 + "broadcast", 1243 + "bytes", 1244 + "chrono", 1245 + "env", 1246 + "futures", 1247 + "habitat_core", 1248 + "habitat_http_client", 1249 + "log 0.4.17", 1250 + "pbr", 1251 + "percent-encoding", 1252 + "rand 0.8.5", 1253 + "regex 1.7.1", 1254 + "reqwest", 1255 + "serde", 1256 + "serde_json", 1257 + "tee", 1258 + "tokio", 1259 + "tokio-util", 1260 + "url", 1261 ] 1262 1263 [[package]] 1264 name = "habitat_butterfly" 1265 version = "0.1.0" 1266 dependencies = [ 1267 + "byteorder", 1268 + "bytes", 1269 + "env_logger", 1270 + "habitat_common", 1271 + "habitat_core", 1272 + "lazy_static 1.4.0", 1273 + "log 0.4.17", 1274 + "mktemp", 1275 + "parking_lot 0.12.0", 1276 + "prometheus", 1277 + "prost", 1278 + "prost-build", 1279 + "rand 0.8.5", 1280 + "serde", 1281 + "serde_json", 1282 + "tempfile", 1283 + "threadpool", 1284 + "toml 0.5.10", 1285 + "uuid 1.2.2", 1286 + "winapi 0.3.9", 1287 + "zmq", 1288 ] 1289 1290 [[package]] 1291 name = "habitat_common" 1292 version = "0.0.0" 1293 dependencies = [ 1294 + "async-trait", 1295 + "bimap", 1296 + "bitflags", 1297 + "clap", 1298 + "dirs", 1299 + "glob", 1300 + "habitat_api_client", 1301 + "habitat_core", 1302 + "handlebars 0.28.3", 1303 + "lazy_static 1.4.0", 1304 + "libc", 1305 + "log 0.4.17", 1306 + "native-tls", 1307 + "nix 0.26.2", 1308 + "owning_ref", 1309 + "parking_lot 0.12.0", 1310 + "pbr", 1311 + "petgraph", 1312 + "regex 1.7.1", 1313 + "reqwest", 1314 + "retry", 1315 + "rustls", 1316 + "serde", 1317 + "serde-transcode", 1318 + "serde_json", 1319 + "serde_yaml", 1320 + "tempfile", 1321 + "termcolor", 1322 + "thiserror", 1323 + "tokio", 1324 + "toml 0.5.10", 1325 + "uuid 1.2.2", 1326 + "valico", 1327 + "winapi 0.3.9", 1328 ] 1329 1330 [[package]] 1331 name = "habitat_core" 1332 version = "0.0.0" 1333 dependencies = [ 1334 + "base64 0.21.0", 1335 + "blake2b_simd", 1336 + "caps", 1337 + "cc", 1338 + "chrono", 1339 + "ctrlc", 1340 + "dirs", 1341 + "dns-lookup", 1342 + "errno", 1343 + "glob", 1344 + "habitat_win_users", 1345 + "hex", 1346 + "lazy_static 1.4.0", 1347 + "libc", 1348 + "log 0.4.17", 1349 + "native-tls", 1350 + "nix 0.26.2", 1351 + "num_cpus", 1352 + "os_info", 1353 + "paste", 1354 + "pem", 1355 + "pin-project", 1356 + "rand 0.8.5", 1357 + "rcgen", 1358 + "regex 1.7.1", 1359 + "reqwest", 1360 + "rustls", 1361 + "rustls-pemfile", 1362 + "serde", 1363 + "serde_json", 1364 + "serde_test", 1365 + "sodiumoxide", 1366 + "tabwriter", 1367 + "tar", 1368 + "tempfile", 1369 + "thiserror", 1370 + "tokio", 1371 + "tokio-rustls", 1372 + "toml 0.5.10", 1373 + "typemap", 1374 + "url", 1375 + "webpki", 1376 + "widestring 1.0.2", 1377 + "winapi 0.3.9", 1378 + "windows-acl", 1379 + "xz2", 1380 ] 1381 1382 [[package]] 1383 name = "habitat_http_client" 1384 version = "0.0.0" 1385 dependencies = [ 1386 + "base64 0.21.0", 1387 + "env_proxy", 1388 + "habitat_core", 1389 + "httparse", 1390 + "log 0.4.17", 1391 + "native-tls", 1392 + "pem", 1393 + "reqwest", 1394 + "serde", 1395 + "serde_json", 1396 + "tempfile", 1397 + "url", 1398 ] 1399 1400 [[package]] 1401 + name = "habitat_pkg_export_container" 1402 version = "0.0.0" 1403 dependencies = [ 1404 + "anyhow", 1405 + "base64 0.21.0", 1406 + "clap", 1407 + "env_logger", 1408 + "hab", 1409 + "habitat_common", 1410 + "habitat_core", 1411 + "handlebars 0.29.1", 1412 + "lazy_static 1.4.0", 1413 + "linked-hash-map", 1414 + "log 0.4.17", 1415 + "rusoto_core", 1416 + "rusoto_credential", 1417 + "rusoto_ecr", 1418 + "serde", 1419 + "serde_json", 1420 + "tempfile", 1421 + "termcolor", 1422 + "thiserror", 1423 + "tokio", 1424 + "url", 1425 ] 1426 1427 [[package]] 1428 name = "habitat_pkg_export_tar" 1429 version = "0.0.0" 1430 dependencies = [ 1431 + "anyhow", 1432 + "clap", 1433 + "env_logger", 1434 + "flate2", 1435 + "habitat_common", 1436 + "habitat_core", 1437 + "handlebars 0.29.1", 1438 + "lazy_static 1.4.0", 1439 + "log 0.4.17", 1440 + "mktemp", 1441 + "serde", 1442 + "serde_json", 1443 + "tar", 1444 + "tempfile", 1445 + "thiserror", 1446 + "tokio", 1447 + "url", 1448 ] 1449 1450 [[package]] 1451 name = "habitat_sup" 1452 version = "0.0.0" 1453 dependencies = [ 1454 + "actix-rt", 1455 + "actix-web", 1456 + "anyhow", 1457 + "byteorder", 1458 + "bytes", 1459 + "caps", 1460 + "clap", 1461 + "configopt", 1462 + "cpu-time", 1463 + "ctrlc", 1464 + "derivative", 1465 + "fs2", 1466 + "futures", 1467 + "glob", 1468 + "hab", 1469 + "habitat-launcher-client", 1470 + "habitat-launcher-protocol", 1471 + "habitat-sup-protocol", 1472 + "habitat_api_client", 1473 + "habitat_butterfly", 1474 + "habitat_common", 1475 + "habitat_core", 1476 + "habitat_http_client", 1477 + "hyper", 1478 + "lazy_static 1.4.0", 1479 + "libc", 1480 + "log 0.4.17", 1481 + "log4rs", 1482 + "mio 0.8.5", 1483 + "nix 0.26.2", 1484 + "notify", 1485 + "num_cpus", 1486 + "parking_lot 0.12.0", 1487 + "pin-project", 1488 + "prometheus", 1489 + "prost", 1490 + "prost-build", 1491 + "prost-types", 1492 + "rand 0.8.5", 1493 + "rants", 1494 + "regex 1.7.1", 1495 + "reqwest", 1496 + "rustls", 1497 + "rustls-pemfile", 1498 + "serde", 1499 + "serde-transcode", 1500 + "serde_derive", 1501 + "serde_json", 1502 + "serde_yaml", 1503 + "state", 1504 + "structopt", 1505 + "tempfile", 1506 + "termcolor", 1507 + "thiserror", 1508 + "tokio", 1509 + "tokio-rustls", 1510 + "tokio-util", 1511 + "toml 0.5.10", 1512 + "url", 1513 + "uuid 1.2.2", 1514 + "valico", 1515 + "winapi 0.3.9", 1516 ] 1517 1518 [[package]] 1519 name = "habitat_win_users" 1520 version = "0.0.0" 1521 dependencies = [ 1522 + "cc", 1523 + "log 0.4.17", 1524 + "widestring 1.0.2", 1525 + "winapi 0.3.9", 1526 ] 1527 1528 [[package]] 1529 name = "handlebars" 1530 version = "0.28.3" 1531 source = "registry+https://github.com/rust-lang/crates.io-index" 1532 + checksum = "1bed53dfb11098ec893ed54aa8b9828ffb98d28acbe56a49419935e5a8688ca9" 1533 dependencies = [ 1534 + "lazy_static 0.2.11", 1535 + "log 0.3.9", 1536 + "pest 0.3.3", 1537 + "quick-error", 1538 + "regex 0.2.11", 1539 + "serde", 1540 + "serde_json", 1541 ] 1542 1543 [[package]] 1544 name = "handlebars" 1545 version = "0.29.1" 1546 source = "registry+https://github.com/rust-lang/crates.io-index" 1547 + checksum = "fb04af2006ea09d985fef82b81e0eb25337e51b691c76403332378a53d521edc" 1548 dependencies = [ 1549 + "lazy_static 0.2.11", 1550 + "log 0.3.9", 1551 + "pest 0.3.3", 1552 + "quick-error", 1553 + "regex 0.2.11", 1554 + "serde", 1555 + "serde_json", 1556 ] 1557 1558 [[package]] 1559 name = "hashbrown" 1560 + version = "0.11.2" 1561 source = "registry+https://github.com/rust-lang/crates.io-index" 1562 + checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 1563 1564 [[package]] 1565 + name = "hashbrown" 1566 + version = "0.12.3" 1567 source = "registry+https://github.com/rust-lang/crates.io-index" 1568 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1569 dependencies = [ 1570 + "ahash", 1571 ] 1572 1573 [[package]] 1574 + name = "heck" 1575 + version = "0.3.3" 1576 source = "registry+https://github.com/rust-lang/crates.io-index" 1577 + checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1578 + dependencies = [ 1579 + "unicode-segmentation", 1580 + ] 1581 1582 [[package]] 1583 + name = "heck" 1584 version = "0.4.0" 1585 source = "registry+https://github.com/rust-lang/crates.io-index" 1586 + checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1587 1588 [[package]] 1589 + name = "hermit-abi" 1590 + version = "0.1.19" 1591 + source = "registry+https://github.com/rust-lang/crates.io-index" 1592 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1593 + dependencies = [ 1594 + "libc", 1595 + ] 1596 + 1597 + [[package]] 1598 + name = "hermit-abi" 1599 + version = "0.2.6" 1600 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1602 dependencies = [ 1603 + "libc", 1604 ] 1605 1606 [[package]] 1607 + name = "hex" 1608 + version = "0.4.3" 1609 source = "registry+https://github.com/rust-lang/crates.io-index" 1610 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1611 + 1612 + [[package]] 1613 + name = "hmac" 1614 + version = "0.11.0" 1615 + source = "registry+https://github.com/rust-lang/crates.io-index" 1616 + checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" 1617 dependencies = [ 1618 + "crypto-mac", 1619 + "digest 0.9.0", 1620 ] 1621 1622 [[package]] 1623 name = "http" 1624 + version = "0.2.8" 1625 source = "registry+https://github.com/rust-lang/crates.io-index" 1626 + checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1627 dependencies = [ 1628 + "bytes", 1629 + "fnv", 1630 + "itoa 1.0.1", 1631 ] 1632 1633 [[package]] 1634 name = "http-body" 1635 + version = "0.4.3" 1636 source = "registry+https://github.com/rust-lang/crates.io-index" 1637 + checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5" 1638 dependencies = [ 1639 + "bytes", 1640 + "http", 1641 + "pin-project-lite", 1642 ] 1643 1644 [[package]] 1645 name = "httparse" 1646 + version = "1.8.0" 1647 source = "registry+https://github.com/rust-lang/crates.io-index" 1648 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1649 + 1650 + [[package]] 1651 + name = "httpdate" 1652 + version = "1.0.1" 1653 + source = "registry+https://github.com/rust-lang/crates.io-index" 1654 + checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" 1655 1656 [[package]] 1657 name = "humantime" 1658 + version = "2.1.0" 1659 source = "registry+https://github.com/rust-lang/crates.io-index" 1660 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1661 1662 [[package]] 1663 name = "hyper" 1664 + version = "0.14.20" 1665 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 + checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 1667 dependencies = [ 1668 + "bytes", 1669 + "futures-channel", 1670 + "futures-core", 1671 + "futures-util", 1672 + "h2", 1673 + "http", 1674 + "http-body", 1675 + "httparse", 1676 + "httpdate", 1677 + "itoa 1.0.1", 1678 + "pin-project-lite", 1679 + "socket2", 1680 + "tokio", 1681 + "tower-service", 1682 + "tracing", 1683 + "want", 1684 ] 1685 1686 [[package]] 1687 name = "hyper-tls" 1688 + version = "0.5.0" 1689 source = "registry+https://github.com/rust-lang/crates.io-index" 1690 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1691 dependencies = [ 1692 + "bytes", 1693 + "hyper", 1694 + "native-tls", 1695 + "tokio", 1696 + "tokio-native-tls", 1697 ] 1698 1699 [[package]] 1700 name = "idna" 1701 + version = "0.2.3" 1702 source = "registry+https://github.com/rust-lang/crates.io-index" 1703 + checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1704 dependencies = [ 1705 + "matches", 1706 + "unicode-bidi", 1707 + "unicode-normalization", 1708 ] 1709 1710 [[package]] 1711 name = "idna" 1712 + version = "0.3.0" 1713 source = "registry+https://github.com/rust-lang/crates.io-index" 1714 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1715 dependencies = [ 1716 + "unicode-bidi", 1717 + "unicode-normalization", 1718 ] 1719 1720 [[package]] 1721 name = "indexmap" 1722 + version = "1.7.0" 1723 source = "registry+https://github.com/rust-lang/crates.io-index" 1724 + checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" 1725 + dependencies = [ 1726 + "autocfg", 1727 + "hashbrown 0.11.2", 1728 + ] 1729 1730 [[package]] 1731 name = "inotify" 1732 + version = "0.7.1" 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 + checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 1735 dependencies = [ 1736 + "bitflags", 1737 + "inotify-sys", 1738 + "libc", 1739 ] 1740 1741 [[package]] 1742 name = "inotify-sys" 1743 + version = "0.1.5" 1744 + source = "registry+https://github.com/rust-lang/crates.io-index" 1745 + checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1746 + dependencies = [ 1747 + "libc", 1748 + ] 1749 + 1750 + [[package]] 1751 + name = "instant" 1752 + version = "0.1.10" 1753 source = "registry+https://github.com/rust-lang/crates.io-index" 1754 + checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d" 1755 dependencies = [ 1756 + "cfg-if 1.0.0", 1757 ] 1758 1759 [[package]] 1760 name = "iovec" 1761 version = "0.1.4" 1762 source = "registry+https://github.com/rust-lang/crates.io-index" 1763 + checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 1764 dependencies = [ 1765 + "libc", 1766 ] 1767 1768 [[package]] 1769 name = "ipc-channel" 1770 + version = "0.15.0" 1771 + source = "registry+https://github.com/rust-lang/crates.io-index" 1772 + checksum = "ad9b32d360ae2d4662212f1d29bc8a277256f49029cea20fd6c182b89819aea7" 1773 dependencies = [ 1774 + "bincode", 1775 + "crossbeam-channel 0.4.4", 1776 + "fnv", 1777 + "lazy_static 1.4.0", 1778 + "libc", 1779 + "mio 0.6.23", 1780 + "rand 0.7.3", 1781 + "serde", 1782 + "tempfile", 1783 + "uuid 0.8.2", 1784 + "winapi 0.3.9", 1785 ] 1786 1787 [[package]] 1788 + name = "ipnet" 1789 + version = "2.3.1" 1790 source = "registry+https://github.com/rust-lang/crates.io-index" 1791 + checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" 1792 1793 [[package]] 1794 name = "itertools" 1795 + version = "0.10.1" 1796 source = "registry+https://github.com/rust-lang/crates.io-index" 1797 + checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" 1798 dependencies = [ 1799 + "either", 1800 ] 1801 1802 [[package]] 1803 name = "itoa" 1804 + version = "0.4.7" 1805 source = "registry+https://github.com/rust-lang/crates.io-index" 1806 + checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 1807 1808 [[package]] 1809 + name = "itoa" 1810 + version = "1.0.1" 1811 source = "registry+https://github.com/rust-lang/crates.io-index" 1812 + checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 1813 1814 [[package]] 1815 + name = "js-sys" 1816 + version = "0.3.52" 1817 source = "registry+https://github.com/rust-lang/crates.io-index" 1818 + checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752" 1819 dependencies = [ 1820 + "wasm-bindgen", 1821 ] 1822 1823 [[package]] 1824 + name = "json-pointer" 1825 + version = "0.3.4" 1826 source = "registry+https://github.com/rust-lang/crates.io-index" 1827 + checksum = "5fe841b94e719a482213cee19dd04927cf412f26d8dc84c5a446c081e49c2997" 1828 dependencies = [ 1829 + "serde_json", 1830 ] 1831 1832 [[package]] 1833 name = "jsonway" 1834 version = "2.0.0" 1835 source = "registry+https://github.com/rust-lang/crates.io-index" 1836 + checksum = "effcb749443c905fbaef49d214f8b1049c240e0adb7af9baa0e201e625e4f9de" 1837 dependencies = [ 1838 + "serde", 1839 + "serde_json", 1840 ] 1841 1842 [[package]] 1843 name = "kernel32-sys" 1844 version = "0.2.2" 1845 source = "registry+https://github.com/rust-lang/crates.io-index" 1846 + checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1847 dependencies = [ 1848 + "winapi 0.2.8", 1849 + "winapi-build", 1850 ] 1851 1852 [[package]] 1853 name = "language-tags" 1854 + version = "0.3.2" 1855 source = "registry+https://github.com/rust-lang/crates.io-index" 1856 + checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" 1857 1858 [[package]] 1859 name = "lazy_static" 1860 version = "0.2.11" 1861 source = "registry+https://github.com/rust-lang/crates.io-index" 1862 + checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" 1863 1864 [[package]] 1865 name = "lazy_static" 1866 version = "1.4.0" 1867 source = "registry+https://github.com/rust-lang/crates.io-index" 1868 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1869 1870 [[package]] 1871 name = "lazycell" 1872 + version = "1.3.0" 1873 source = "registry+https://github.com/rust-lang/crates.io-index" 1874 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1875 1876 [[package]] 1877 + name = "libc" 1878 + version = "0.2.139" 1879 source = "registry+https://github.com/rust-lang/crates.io-index" 1880 + checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 1881 1882 [[package]] 1883 + name = "libsodium-sys" 1884 + version = "0.2.7" 1885 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 + checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd" 1887 dependencies = [ 1888 + "cc", 1889 + "libc", 1890 + "pkg-config", 1891 + "walkdir", 1892 ] 1893 1894 [[package]] 1895 + name = "linked-hash-map" 1896 + version = "0.5.6" 1897 source = "registry+https://github.com/rust-lang/crates.io-index" 1898 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1899 1900 [[package]] 1901 + name = "local-channel" 1902 + version = "0.1.2" 1903 source = "registry+https://github.com/rust-lang/crates.io-index" 1904 + checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f" 1905 dependencies = [ 1906 + "futures-core", 1907 + "futures-sink", 1908 + "futures-util", 1909 + "local-waker", 1910 ] 1911 1912 [[package]] 1913 + name = "local-waker" 1914 + version = "0.1.1" 1915 source = "registry+https://github.com/rust-lang/crates.io-index" 1916 + checksum = "84f9a2d3e27ce99ce2c3aad0b09b1a7b916293ea9b2bf624c13fe646fadd8da4" 1917 1918 [[package]] 1919 name = "lock_api" 1920 + version = "0.4.6" 1921 source = "registry+https://github.com/rust-lang/crates.io-index" 1922 + checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" 1923 dependencies = [ 1924 + "scopeguard", 1925 ] 1926 1927 [[package]] 1928 name = "log" 1929 version = "0.3.9" 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1931 + checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 1932 dependencies = [ 1933 + "log 0.4.17", 1934 ] 1935 1936 [[package]] 1937 name = "log" 1938 + version = "0.4.17" 1939 source = "registry+https://github.com/rust-lang/crates.io-index" 1940 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1941 dependencies = [ 1942 + "cfg-if 1.0.0", 1943 + "serde", 1944 ] 1945 1946 [[package]] 1947 name = "log-mdc" 1948 version = "0.1.0" 1949 source = "registry+https://github.com/rust-lang/crates.io-index" 1950 + checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" 1951 1952 [[package]] 1953 name = "log4rs" 1954 + version = "1.1.1" 1955 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "893eaf59f4bef8e2e94302adf56385db445a0306b9823582b0b8d5a06d8822f3" 1957 dependencies = [ 1958 + "anyhow", 1959 + "arc-swap", 1960 + "chrono", 1961 + "derivative", 1962 + "fnv", 1963 + "humantime", 1964 + "libc", 1965 + "log 0.4.17", 1966 + "log-mdc", 1967 + "parking_lot 0.12.0", 1968 + "serde", 1969 + "serde-value", 1970 + "serde_json", 1971 + "serde_yaml", 1972 + "thiserror", 1973 + "thread-id", 1974 + "typemap", 1975 + "winapi 0.3.9", 1976 ] 1977 1978 [[package]] 1979 + name = "loom" 1980 + version = "0.5.1" 1981 source = "registry+https://github.com/rust-lang/crates.io-index" 1982 + checksum = "2111607c723d7857e0d8299d5ce7a0bf4b844d3e44f8de136b13da513eaf8fc4" 1983 dependencies = [ 1984 + "cfg-if 1.0.0", 1985 + "generator", 1986 + "scoped-tls", 1987 + "serde", 1988 + "serde_json", 1989 ] 1990 1991 [[package]] 1992 + name = "lzma-sys" 1993 + version = "0.1.19" 1994 source = "registry+https://github.com/rust-lang/crates.io-index" 1995 + checksum = "e06754c4acf47d49c727d5665ca9fb828851cda315ed3bd51edd148ef78a8772" 1996 dependencies = [ 1997 + "cc", 1998 + "libc", 1999 + "pkg-config", 2000 ] 2001 2002 [[package]] 2003 name = "matches" 2004 version = "0.1.8" 2005 source = "registry+https://github.com/rust-lang/crates.io-index" 2006 + checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 2007 2008 [[package]] 2009 + name = "maybe-uninit" 2010 + version = "2.0.0" 2011 source = "registry+https://github.com/rust-lang/crates.io-index" 2012 + checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 2013 + 2014 + [[package]] 2015 + name = "md-5" 2016 + version = "0.9.1" 2017 + source = "registry+https://github.com/rust-lang/crates.io-index" 2018 + checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" 2019 + dependencies = [ 2020 + "block-buffer 0.9.0", 2021 + "digest 0.9.0", 2022 + "opaque-debug", 2023 + ] 2024 2025 [[package]] 2026 name = "memchr" 2027 + version = "2.4.0" 2028 source = "registry+https://github.com/rust-lang/crates.io-index" 2029 + checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" 2030 2031 [[package]] 2032 name = "memoffset" 2033 + version = "0.6.4" 2034 source = "registry+https://github.com/rust-lang/crates.io-index" 2035 + checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" 2036 dependencies = [ 2037 + "autocfg", 2038 + ] 2039 + 2040 + [[package]] 2041 + name = "memoffset" 2042 + version = "0.7.1" 2043 + source = "registry+https://github.com/rust-lang/crates.io-index" 2044 + checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2045 + dependencies = [ 2046 + "autocfg", 2047 ] 2048 2049 [[package]] 2050 name = "metadeps" 2051 version = "1.1.2" 2052 source = "registry+https://github.com/rust-lang/crates.io-index" 2053 + checksum = "73b122901b3a675fac8cecf68dcb2f0d3036193bc861d1ac0e1c337f7d5254c2" 2054 dependencies = [ 2055 + "error-chain", 2056 + "pkg-config", 2057 + "toml 0.2.1", 2058 ] 2059 2060 [[package]] 2061 name = "mime" 2062 + version = "0.3.16" 2063 source = "registry+https://github.com/rust-lang/crates.io-index" 2064 + checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2065 2066 [[package]] 2067 + name = "minimal-lexical" 2068 + version = "0.2.1" 2069 source = "registry+https://github.com/rust-lang/crates.io-index" 2070 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2071 2072 [[package]] 2073 name = "miniz_oxide" 2074 + version = "0.4.4" 2075 source = "registry+https://github.com/rust-lang/crates.io-index" 2076 + checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 2077 dependencies = [ 2078 + "adler", 2079 + "autocfg", 2080 ] 2081 2082 [[package]] 2083 + name = "miniz_oxide" 2084 + version = "0.6.2" 2085 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 2087 dependencies = [ 2088 + "adler", 2089 ] 2090 2091 [[package]] 2092 + name = "mio" 2093 + version = "0.6.23" 2094 source = "registry+https://github.com/rust-lang/crates.io-index" 2095 + checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 2096 dependencies = [ 2097 + "cfg-if 0.1.10", 2098 + "fuchsia-zircon", 2099 + "fuchsia-zircon-sys", 2100 + "iovec", 2101 + "kernel32-sys", 2102 + "libc", 2103 + "log 0.4.17", 2104 + "miow", 2105 + "net2", 2106 + "slab", 2107 + "winapi 0.2.8", 2108 ] 2109 2110 [[package]] 2111 + name = "mio" 2112 + version = "0.8.5" 2113 source = "registry+https://github.com/rust-lang/crates.io-index" 2114 + checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 2115 dependencies = [ 2116 + "libc", 2117 + "log 0.4.17", 2118 + "wasi 0.11.0+wasi-snapshot-preview1", 2119 + "windows-sys 0.42.0", 2120 ] 2121 2122 [[package]] 2123 + name = "mio-extras" 2124 + version = "2.0.6" 2125 source = "registry+https://github.com/rust-lang/crates.io-index" 2126 + checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 2127 dependencies = [ 2128 + "lazycell", 2129 + "log 0.4.17", 2130 + "mio 0.6.23", 2131 + "slab", 2132 ] 2133 2134 [[package]] 2135 name = "miow" 2136 + version = "0.2.2" 2137 source = "registry+https://github.com/rust-lang/crates.io-index" 2138 + checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 2139 dependencies = [ 2140 + "kernel32-sys", 2141 + "net2", 2142 + "winapi 0.2.8", 2143 + "ws2_32-sys", 2144 ] 2145 2146 [[package]] 2147 name = "mktemp" 2148 + version = "0.5.0" 2149 source = "registry+https://github.com/rust-lang/crates.io-index" 2150 + checksum = "4bdc1f74dd7bb717d39f784f844e490d935b3aa7e383008006dbbf29c1f7820a" 2151 dependencies = [ 2152 + "uuid 1.2.2", 2153 ] 2154 2155 [[package]] 2156 name = "multimap" 2157 + version = "0.8.3" 2158 source = "registry+https://github.com/rust-lang/crates.io-index" 2159 + checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 2160 2161 [[package]] 2162 name = "native-tls" 2163 + version = "0.2.10" 2164 source = "registry+https://github.com/rust-lang/crates.io-index" 2165 + checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 2166 dependencies = [ 2167 + "lazy_static 1.4.0", 2168 + "libc", 2169 + "log 0.4.17", 2170 + "openssl", 2171 + "openssl-probe", 2172 + "openssl-sys", 2173 + "schannel", 2174 + "security-framework", 2175 + "security-framework-sys", 2176 + "tempfile", 2177 ] 2178 2179 [[package]] 2180 name = "net2" 2181 + version = "0.2.37" 2182 source = "registry+https://github.com/rust-lang/crates.io-index" 2183 + checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" 2184 dependencies = [ 2185 + "cfg-if 0.1.10", 2186 + "libc", 2187 + "winapi 0.3.9", 2188 ] 2189 2190 [[package]] 2191 name = "nix" 2192 + version = "0.25.0" 2193 source = "registry+https://github.com/rust-lang/crates.io-index" 2194 + checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb" 2195 dependencies = [ 2196 + "autocfg", 2197 + "bitflags", 2198 + "cfg-if 1.0.0", 2199 + "libc", 2200 ] 2201 2202 [[package]] 2203 name = "nix" 2204 + version = "0.26.2" 2205 source = "registry+https://github.com/rust-lang/crates.io-index" 2206 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2207 dependencies = [ 2208 + "bitflags", 2209 + "cfg-if 1.0.0", 2210 + "libc", 2211 + "memoffset 0.7.1", 2212 + "pin-utils", 2213 + "static_assertions", 2214 ] 2215 2216 [[package]] 2217 name = "nom" 2218 + version = "7.1.1" 2219 source = "registry+https://github.com/rust-lang/crates.io-index" 2220 + checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 2221 + dependencies = [ 2222 + "memchr", 2223 + "minimal-lexical", 2224 + ] 2225 2226 [[package]] 2227 name = "notify" 2228 + version = "4.0.17" 2229 source = "registry+https://github.com/rust-lang/crates.io-index" 2230 + checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 2231 dependencies = [ 2232 + "bitflags", 2233 + "filetime", 2234 + "fsevent", 2235 + "fsevent-sys", 2236 + "inotify", 2237 + "libc", 2238 + "mio 0.6.23", 2239 + "mio-extras", 2240 + "walkdir", 2241 + "winapi 0.3.9", 2242 ] 2243 2244 [[package]] 2245 name = "num-integer" 2246 + version = "0.1.44" 2247 source = "registry+https://github.com/rust-lang/crates.io-index" 2248 + checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 2249 dependencies = [ 2250 + "autocfg", 2251 + "num-traits", 2252 ] 2253 2254 [[package]] 2255 name = "num-traits" 2256 + version = "0.2.14" 2257 source = "registry+https://github.com/rust-lang/crates.io-index" 2258 + checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 2259 dependencies = [ 2260 + "autocfg", 2261 ] 2262 2263 [[package]] 2264 name = "num_cpus" 2265 + version = "1.15.0" 2266 source = "registry+https://github.com/rust-lang/crates.io-index" 2267 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 2268 dependencies = [ 2269 + "hermit-abi 0.2.6", 2270 + "libc", 2271 ] 2272 2273 [[package]] 2274 + name = "num_threads" 2275 + version = "0.1.6" 2276 source = "registry+https://github.com/rust-lang/crates.io-index" 2277 + checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 2278 + dependencies = [ 2279 + "libc", 2280 + ] 2281 2282 [[package]] 2283 + name = "object" 2284 + version = "0.26.0" 2285 + source = "registry+https://github.com/rust-lang/crates.io-index" 2286 + checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386" 2287 dependencies = [ 2288 + "memchr", 2289 ] 2290 2291 [[package]] 2292 + name = "once_cell" 2293 + version = "1.13.0" 2294 + source = "registry+https://github.com/rust-lang/crates.io-index" 2295 + checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" 2296 + 2297 + [[package]] 2298 name = "opaque-debug" 2299 + version = "0.3.0" 2300 source = "registry+https://github.com/rust-lang/crates.io-index" 2301 + checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 2302 2303 [[package]] 2304 name = "openssl" 2305 + version = "0.10.35" 2306 source = "registry+https://github.com/rust-lang/crates.io-index" 2307 + checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885" 2308 dependencies = [ 2309 + "bitflags", 2310 + "cfg-if 1.0.0", 2311 + "foreign-types", 2312 + "libc", 2313 + "once_cell", 2314 + "openssl-sys", 2315 ] 2316 2317 [[package]] 2318 name = "openssl-probe" 2319 + version = "0.1.4" 2320 source = "registry+https://github.com/rust-lang/crates.io-index" 2321 + checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" 2322 2323 [[package]] 2324 + name = "openssl-src" 2325 + version = "111.22.0+1.1.1q" 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2327 + checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" 2328 dependencies = [ 2329 + "cc", 2330 ] 2331 2332 [[package]] 2333 + name = "openssl-sys" 2334 + version = "0.9.65" 2335 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 + checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d" 2337 dependencies = [ 2338 + "autocfg", 2339 + "cc", 2340 + "libc", 2341 + "openssl-src", 2342 + "pkg-config", 2343 + "vcpkg", 2344 ] 2345 2346 [[package]] 2347 + name = "ordered-float" 2348 + version = "2.7.0" 2349 source = "registry+https://github.com/rust-lang/crates.io-index" 2350 + checksum = "039f02eb0f69271f26abe3202189275d7aa2258b903cb0281b5de710a2570ff3" 2351 + dependencies = [ 2352 + "num-traits", 2353 + ] 2354 2355 [[package]] 2356 name = "os_info" 2357 + version = "3.0.6" 2358 source = "registry+https://github.com/rust-lang/crates.io-index" 2359 + checksum = "b3d2536ab8ff7605e8dc7044ec2f3eb0d49750cb559af9e5373c4564a3706cdd" 2360 dependencies = [ 2361 + "log 0.4.17", 2362 + "serde", 2363 + "winapi 0.3.9", 2364 ] 2365 2366 [[package]] 2367 name = "owning_ref" 2368 + version = "0.4.1" 2369 source = "registry+https://github.com/rust-lang/crates.io-index" 2370 + checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" 2371 dependencies = [ 2372 + "stable_deref_trait", 2373 ] 2374 2375 [[package]] 2376 name = "parking_lot" 2377 + version = "0.11.2" 2378 source = "registry+https://github.com/rust-lang/crates.io-index" 2379 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2380 dependencies = [ 2381 + "instant", 2382 + "lock_api", 2383 + "parking_lot_core 0.8.5", 2384 ] 2385 2386 [[package]] 2387 name = "parking_lot" 2388 + version = "0.12.0" 2389 source = "registry+https://github.com/rust-lang/crates.io-index" 2390 + checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" 2391 dependencies = [ 2392 + "lock_api", 2393 + "parking_lot_core 0.9.2", 2394 ] 2395 2396 [[package]] 2397 name = "parking_lot_core" 2398 + version = "0.8.5" 2399 source = "registry+https://github.com/rust-lang/crates.io-index" 2400 + checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 2401 dependencies = [ 2402 + "cfg-if 1.0.0", 2403 + "instant", 2404 + "libc", 2405 + "redox_syscall", 2406 + "smallvec", 2407 + "winapi 0.3.9", 2408 ] 2409 2410 [[package]] 2411 name = "parking_lot_core" 2412 + version = "0.9.2" 2413 source = "registry+https://github.com/rust-lang/crates.io-index" 2414 + checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37" 2415 dependencies = [ 2416 + "backtrace", 2417 + "cfg-if 1.0.0", 2418 + "libc", 2419 + "petgraph", 2420 + "redox_syscall", 2421 + "smallvec", 2422 + "thread-id", 2423 + "windows-sys 0.34.0", 2424 ] 2425 2426 [[package]] 2427 name = "paste" 2428 + version = "1.0.11" 2429 source = "registry+https://github.com/rust-lang/crates.io-index" 2430 + checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" 2431 2432 [[package]] 2433 + name = "pbr" 2434 + version = "1.0.4" 2435 source = "registry+https://github.com/rust-lang/crates.io-index" 2436 + checksum = "ff5751d87f7c00ae6403eb1fcbba229b9c76c9a30de8c1cf87182177b168cea2" 2437 dependencies = [ 2438 + "crossbeam-channel 0.5.1", 2439 + "libc", 2440 + "time 0.1.43", 2441 + "winapi 0.3.9", 2442 ] 2443 2444 [[package]] 2445 + name = "pem" 2446 + version = "1.1.1" 2447 source = "registry+https://github.com/rust-lang/crates.io-index" 2448 + checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 2449 dependencies = [ 2450 + "base64 0.13.1", 2451 ] 2452 2453 [[package]] 2454 name = "percent-encoding" 2455 + version = "2.2.0" 2456 source = "registry+https://github.com/rust-lang/crates.io-index" 2457 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 2458 2459 [[package]] 2460 + name = "pest" 2461 + version = "0.3.3" 2462 source = "registry+https://github.com/rust-lang/crates.io-index" 2463 + checksum = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8" 2464 2465 [[package]] 2466 name = "pest" 2467 + version = "2.1.3" 2468 source = "registry+https://github.com/rust-lang/crates.io-index" 2469 + checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" 2470 + dependencies = [ 2471 + "ucd-trie", 2472 + ] 2473 2474 [[package]] 2475 name = "petgraph" 2476 + version = "0.6.2" 2477 source = "registry+https://github.com/rust-lang/crates.io-index" 2478 + checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" 2479 dependencies = [ 2480 + "fixedbitset", 2481 + "indexmap", 2482 ] 2483 2484 [[package]] 2485 name = "phf" 2486 + version = "0.8.0" 2487 source = "registry+https://github.com/rust-lang/crates.io-index" 2488 + checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2489 dependencies = [ 2490 + "phf_shared", 2491 ] 2492 2493 [[package]] 2494 name = "phf_codegen" 2495 + version = "0.8.0" 2496 source = "registry+https://github.com/rust-lang/crates.io-index" 2497 + checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2498 dependencies = [ 2499 + "phf_generator", 2500 + "phf_shared", 2501 ] 2502 2503 [[package]] 2504 name = "phf_generator" 2505 + version = "0.8.0" 2506 source = "registry+https://github.com/rust-lang/crates.io-index" 2507 + checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2508 dependencies = [ 2509 + "phf_shared", 2510 + "rand 0.7.3", 2511 ] 2512 2513 [[package]] 2514 name = "phf_shared" 2515 + version = "0.8.0" 2516 + source = "registry+https://github.com/rust-lang/crates.io-index" 2517 + checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 2518 + dependencies = [ 2519 + "siphasher", 2520 + ] 2521 + 2522 + [[package]] 2523 + name = "pin-project" 2524 + version = "1.0.12" 2525 source = "registry+https://github.com/rust-lang/crates.io-index" 2526 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 2527 dependencies = [ 2528 + "pin-project-internal", 2529 ] 2530 2531 [[package]] 2532 + name = "pin-project-internal" 2533 + version = "1.0.12" 2534 + source = "registry+https://github.com/rust-lang/crates.io-index" 2535 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 2536 + dependencies = [ 2537 + "proc-macro2", 2538 + "quote", 2539 + "syn", 2540 + ] 2541 + 2542 + [[package]] 2543 + name = "pin-project-lite" 2544 + version = "0.2.7" 2545 + source = "registry+https://github.com/rust-lang/crates.io-index" 2546 + checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" 2547 + 2548 + [[package]] 2549 + name = "pin-utils" 2550 + version = "0.1.0" 2551 + source = "registry+https://github.com/rust-lang/crates.io-index" 2552 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2553 + 2554 + [[package]] 2555 name = "pkg-config" 2556 + version = "0.3.19" 2557 source = "registry+https://github.com/rust-lang/crates.io-index" 2558 + checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" 2559 2560 [[package]] 2561 name = "ppv-lite86" 2562 + version = "0.2.10" 2563 source = "registry+https://github.com/rust-lang/crates.io-index" 2564 + checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 2565 2566 [[package]] 2567 name = "proc-macro-error" 2568 + version = "1.0.4" 2569 source = "registry+https://github.com/rust-lang/crates.io-index" 2570 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2571 dependencies = [ 2572 + "proc-macro-error-attr", 2573 + "proc-macro2", 2574 + "quote", 2575 + "syn", 2576 + "version_check", 2577 ] 2578 2579 [[package]] 2580 + name = "proc-macro-error-attr" 2581 + version = "1.0.4" 2582 source = "registry+https://github.com/rust-lang/crates.io-index" 2583 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2584 dependencies = [ 2585 + "proc-macro2", 2586 + "quote", 2587 + "version_check", 2588 ] 2589 2590 [[package]] 2591 name = "proc-macro2" 2592 + version = "1.0.47" 2593 source = "registry+https://github.com/rust-lang/crates.io-index" 2594 + checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 2595 dependencies = [ 2596 + "unicode-ident", 2597 ] 2598 2599 [[package]] 2600 + name = "proc_macro_roids" 2601 + version = "0.7.0" 2602 source = "registry+https://github.com/rust-lang/crates.io-index" 2603 + checksum = "06675fa2c577f52bcf77fbb511123927547d154faa08097cc012c66ec3c9611a" 2604 dependencies = [ 2605 + "proc-macro2", 2606 + "quote", 2607 + "syn", 2608 ] 2609 2610 [[package]] 2611 name = "prometheus" 2612 + version = "0.12.0" 2613 source = "registry+https://github.com/rust-lang/crates.io-index" 2614 + checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c" 2615 dependencies = [ 2616 + "cfg-if 1.0.0", 2617 + "fnv", 2618 + "lazy_static 1.4.0", 2619 + "memchr", 2620 + "parking_lot 0.11.2", 2621 + "protobuf", 2622 + "thiserror", 2623 ] 2624 2625 [[package]] 2626 name = "prost" 2627 + version = "0.11.6" 2628 source = "registry+https://github.com/rust-lang/crates.io-index" 2629 + checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698" 2630 dependencies = [ 2631 + "bytes", 2632 + "prost-derive", 2633 ] 2634 2635 [[package]] 2636 name = "prost-build" 2637 + version = "0.11.1" 2638 source = "registry+https://github.com/rust-lang/crates.io-index" 2639 + checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb" 2640 dependencies = [ 2641 + "bytes", 2642 + "heck 0.4.0", 2643 + "itertools", 2644 + "lazy_static 1.4.0", 2645 + "log 0.4.17", 2646 + "multimap", 2647 + "petgraph", 2648 + "prost", 2649 + "prost-types", 2650 + "regex 1.7.1", 2651 + "tempfile", 2652 + "which", 2653 ] 2654 2655 [[package]] 2656 name = "prost-derive" 2657 + version = "0.11.6" 2658 source = "registry+https://github.com/rust-lang/crates.io-index" 2659 + checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d" 2660 dependencies = [ 2661 + "anyhow", 2662 + "itertools", 2663 + "proc-macro2", 2664 + "quote", 2665 + "syn", 2666 ] 2667 2668 [[package]] 2669 name = "prost-types" 2670 + version = "0.11.6" 2671 source = "registry+https://github.com/rust-lang/crates.io-index" 2672 + checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788" 2673 dependencies = [ 2674 + "bytes", 2675 + "prost", 2676 ] 2677 2678 [[package]] 2679 name = "protobuf" 2680 + version = "2.25.0" 2681 source = "registry+https://github.com/rust-lang/crates.io-index" 2682 + checksum = "020f86b07722c5c4291f7c723eac4676b3892d47d9a7708dc2779696407f039b" 2683 2684 [[package]] 2685 name = "publicsuffix" 2686 + version = "1.5.6" 2687 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 + checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f" 2689 dependencies = [ 2690 + "idna 0.2.3", 2691 + "url", 2692 ] 2693 2694 [[package]] 2695 name = "quick-error" 2696 + version = "1.2.3" 2697 source = "registry+https://github.com/rust-lang/crates.io-index" 2698 + checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2699 2700 [[package]] 2701 name = "quote" 2702 + version = "1.0.9" 2703 source = "registry+https://github.com/rust-lang/crates.io-index" 2704 + checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 2705 dependencies = [ 2706 + "proc-macro2", 2707 ] 2708 2709 [[package]] 2710 name = "rand" 2711 + version = "0.7.3" 2712 source = "registry+https://github.com/rust-lang/crates.io-index" 2713 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2714 dependencies = [ 2715 + "getrandom 0.1.16", 2716 + "libc", 2717 + "rand_chacha 0.2.2", 2718 + "rand_core 0.5.1", 2719 + "rand_hc", 2720 + "rand_pcg", 2721 ] 2722 2723 [[package]] 2724 name = "rand" 2725 + version = "0.8.5" 2726 source = "registry+https://github.com/rust-lang/crates.io-index" 2727 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2728 dependencies = [ 2729 + "libc", 2730 + "rand_chacha 0.3.1", 2731 + "rand_core 0.6.3", 2732 ] 2733 2734 [[package]] 2735 name = "rand_chacha" 2736 + version = "0.2.2" 2737 source = "registry+https://github.com/rust-lang/crates.io-index" 2738 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2739 dependencies = [ 2740 + "ppv-lite86", 2741 + "rand_core 0.5.1", 2742 ] 2743 2744 [[package]] 2745 name = "rand_chacha" 2746 version = "0.3.1" 2747 source = "registry+https://github.com/rust-lang/crates.io-index" 2748 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2749 dependencies = [ 2750 + "ppv-lite86", 2751 + "rand_core 0.6.3", 2752 ] 2753 2754 [[package]] 2755 name = "rand_core" 2756 version = "0.5.1" 2757 source = "registry+https://github.com/rust-lang/crates.io-index" 2758 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2759 dependencies = [ 2760 + "getrandom 0.1.16", 2761 ] 2762 2763 [[package]] 2764 + name = "rand_core" 2765 + version = "0.6.3" 2766 source = "registry+https://github.com/rust-lang/crates.io-index" 2767 + checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 2768 dependencies = [ 2769 + "getrandom 0.2.3", 2770 ] 2771 2772 [[package]] 2773 name = "rand_hc" 2774 version = "0.2.0" 2775 source = "registry+https://github.com/rust-lang/crates.io-index" 2776 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2777 dependencies = [ 2778 + "rand_core 0.5.1", 2779 ] 2780 2781 [[package]] 2782 name = "rand_pcg" 2783 + version = "0.2.1" 2784 source = "registry+https://github.com/rust-lang/crates.io-index" 2785 + checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2786 dependencies = [ 2787 + "rand_core 0.5.1", 2788 ] 2789 2790 [[package]] 2791 + name = "rants" 2792 + version = "0.6.0" 2793 + source = "git+https://github.com/habitat-sh/rants.git#7fd1434ecaaf9af743ccab1840034f5d71329935" 2794 dependencies = [ 2795 + "bytes", 2796 + "futures", 2797 + "log 0.4.17", 2798 + "native-tls", 2799 + "nom", 2800 + "owning_ref", 2801 + "pin-project", 2802 + "rand 0.8.5", 2803 + "serde", 2804 + "serde_json", 2805 + "tokio", 2806 + "tokio-native-tls", 2807 + "tokio-stream", 2808 + "tokio-util", 2809 + "uuid 1.2.2", 2810 ] 2811 2812 [[package]] 2813 + name = "rcgen" 2814 + version = "0.9.3" 2815 source = "registry+https://github.com/rust-lang/crates.io-index" 2816 + checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" 2817 dependencies = [ 2818 + "pem", 2819 + "ring", 2820 + "time 0.3.11", 2821 + "yasna", 2822 ] 2823 2824 [[package]] 2825 name = "redox_syscall" 2826 + version = "0.2.10" 2827 source = "registry+https://github.com/rust-lang/crates.io-index" 2828 + checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 2829 dependencies = [ 2830 + "bitflags", 2831 ] 2832 2833 [[package]] 2834 name = "redox_users" 2835 + version = "0.4.0" 2836 source = "registry+https://github.com/rust-lang/crates.io-index" 2837 + checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 2838 dependencies = [ 2839 + "getrandom 0.2.3", 2840 + "redox_syscall", 2841 ] 2842 2843 [[package]] 2844 name = "regex" 2845 version = "0.2.11" 2846 source = "registry+https://github.com/rust-lang/crates.io-index" 2847 + checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" 2848 dependencies = [ 2849 + "aho-corasick 0.6.10", 2850 + "memchr", 2851 + "regex-syntax 0.5.6", 2852 + "thread_local", 2853 + "utf8-ranges", 2854 ] 2855 2856 [[package]] 2857 name = "regex" 2858 + version = "1.7.1" 2859 source = "registry+https://github.com/rust-lang/crates.io-index" 2860 + checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 2861 dependencies = [ 2862 + "aho-corasick 0.7.18", 2863 + "memchr", 2864 + "regex-syntax 0.6.27", 2865 ] 2866 2867 [[package]] 2868 name = "regex-syntax" 2869 version = "0.5.6" 2870 source = "registry+https://github.com/rust-lang/crates.io-index" 2871 + checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" 2872 dependencies = [ 2873 + "ucd-util", 2874 ] 2875 2876 [[package]] 2877 name = "regex-syntax" 2878 + version = "0.6.27" 2879 source = "registry+https://github.com/rust-lang/crates.io-index" 2880 + checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 2881 2882 [[package]] 2883 name = "remove_dir_all" 2884 + version = "0.5.3" 2885 source = "registry+https://github.com/rust-lang/crates.io-index" 2886 + checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2887 dependencies = [ 2888 + "winapi 0.3.9", 2889 ] 2890 2891 [[package]] 2892 name = "reqwest" 2893 + version = "0.11.4" 2894 source = "registry+https://github.com/rust-lang/crates.io-index" 2895 + checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" 2896 dependencies = [ 2897 + "base64 0.13.1", 2898 + "bytes", 2899 + "encoding_rs", 2900 + "futures-core", 2901 + "futures-util", 2902 + "http", 2903 + "http-body", 2904 + "hyper", 2905 + "hyper-tls", 2906 + "ipnet", 2907 + "js-sys", 2908 + "lazy_static 1.4.0", 2909 + "log 0.4.17", 2910 + "mime", 2911 + "native-tls", 2912 + "percent-encoding", 2913 + "pin-project-lite", 2914 + "serde", 2915 + "serde_json", 2916 + "serde_urlencoded", 2917 + "tokio", 2918 + "tokio-native-tls", 2919 + "url", 2920 + "wasm-bindgen", 2921 + "wasm-bindgen-futures", 2922 + "web-sys", 2923 + "winreg 0.7.0", 2924 ] 2925 2926 [[package]] 2927 name = "retry" 2928 + version = "1.0.0" 2929 + source = "git+https://github.com/habitat-sh/retry#42c71e75aa231d8bf9befa7a0ec93dd570a21454" 2930 dependencies = [ 2931 + "rand 0.8.5", 2932 + "tokio", 2933 ] 2934 2935 [[package]] 2936 name = "ring" 2937 + version = "0.16.20" 2938 source = "registry+https://github.com/rust-lang/crates.io-index" 2939 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2940 dependencies = [ 2941 + "cc", 2942 + "libc", 2943 + "once_cell", 2944 + "spin", 2945 + "untrusted", 2946 + "web-sys", 2947 + "winapi 0.3.9", 2948 ] 2949 2950 [[package]] 2951 name = "rusoto_core" 2952 + version = "0.47.0" 2953 source = "registry+https://github.com/rust-lang/crates.io-index" 2954 + checksum = "5b4f000e8934c1b4f70adde180056812e7ea6b1a247952db8ee98c94cd3116cc" 2955 dependencies = [ 2956 + "async-trait", 2957 + "base64 0.13.1", 2958 + "bytes", 2959 + "crc32fast", 2960 + "futures", 2961 + "http", 2962 + "hyper", 2963 + "hyper-tls", 2964 + "lazy_static 1.4.0", 2965 + "log 0.4.17", 2966 + "rusoto_credential", 2967 + "rusoto_signature", 2968 + "rustc_version 0.4.0", 2969 + "serde", 2970 + "serde_json", 2971 + "tokio", 2972 + "xml-rs", 2973 ] 2974 2975 [[package]] 2976 name = "rusoto_credential" 2977 + version = "0.47.0" 2978 source = "registry+https://github.com/rust-lang/crates.io-index" 2979 + checksum = "6a46b67db7bb66f5541e44db22b0a02fed59c9603e146db3a9e633272d3bac2f" 2980 dependencies = [ 2981 + "async-trait", 2982 + "chrono", 2983 + "dirs-next", 2984 + "futures", 2985 + "hyper", 2986 + "serde", 2987 + "serde_json", 2988 + "shlex", 2989 + "tokio", 2990 + "zeroize", 2991 ] 2992 2993 [[package]] 2994 name = "rusoto_ecr" 2995 + version = "0.47.0" 2996 source = "registry+https://github.com/rust-lang/crates.io-index" 2997 + checksum = "93ec4a28e4fb276307c2129abb16cf7d5573da4ec24d9e3895cc5c8a8bc21a4d" 2998 dependencies = [ 2999 + "async-trait", 3000 + "bytes", 3001 + "futures", 3002 + "rusoto_core", 3003 + "serde", 3004 + "serde_json", 3005 ] 3006 3007 [[package]] 3008 + name = "rusoto_signature" 3009 + version = "0.47.0" 3010 source = "registry+https://github.com/rust-lang/crates.io-index" 3011 + checksum = "6264e93384b90a747758bcc82079711eacf2e755c3a8b5091687b5349d870bcc" 3012 dependencies = [ 3013 + "base64 0.13.1", 3014 + "bytes", 3015 + "chrono", 3016 + "digest 0.9.0", 3017 + "futures", 3018 + "hex", 3019 + "hmac", 3020 + "http", 3021 + "hyper", 3022 + "log 0.4.17", 3023 + "md-5", 3024 + "percent-encoding", 3025 + "pin-project-lite", 3026 + "rusoto_credential", 3027 + "rustc_version 0.4.0", 3028 + "serde", 3029 + "sha2", 3030 + "tokio", 3031 ] 3032 3033 [[package]] 3034 name = "rustc-demangle" 3035 + version = "0.1.20" 3036 source = "registry+https://github.com/rust-lang/crates.io-index" 3037 + checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" 3038 3039 [[package]] 3040 + name = "rustc_version" 3041 + version = "0.3.3" 3042 source = "registry+https://github.com/rust-lang/crates.io-index" 3043 + checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" 3044 + dependencies = [ 3045 + "semver 0.11.0", 3046 + ] 3047 3048 [[package]] 3049 name = "rustc_version" 3050 + version = "0.4.0" 3051 source = "registry+https://github.com/rust-lang/crates.io-index" 3052 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3053 dependencies = [ 3054 + "semver 1.0.16", 3055 ] 3056 3057 [[package]] 3058 name = "rustls" 3059 + version = "0.20.6" 3060 + source = "registry+https://github.com/rust-lang/crates.io-index" 3061 + checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 3062 + dependencies = [ 3063 + "log 0.4.17", 3064 + "ring", 3065 + "sct", 3066 + "webpki", 3067 + ] 3068 + 3069 + [[package]] 3070 + name = "rustls-pemfile" 3071 + version = "1.0.2" 3072 source = "registry+https://github.com/rust-lang/crates.io-index" 3073 + checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 3074 dependencies = [ 3075 + "base64 0.21.0", 3076 ] 3077 3078 [[package]] 3079 + name = "rustversion" 3080 + version = "1.0.5" 3081 + source = "registry+https://github.com/rust-lang/crates.io-index" 3082 + checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" 3083 + 3084 + [[package]] 3085 name = "ryu" 3086 + version = "1.0.5" 3087 source = "registry+https://github.com/rust-lang/crates.io-index" 3088 + checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 3089 3090 [[package]] 3091 name = "same-file" 3092 + version = "1.0.6" 3093 source = "registry+https://github.com/rust-lang/crates.io-index" 3094 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3095 dependencies = [ 3096 + "winapi-util", 3097 ] 3098 3099 [[package]] 3100 name = "schannel" 3101 + version = "0.1.19" 3102 source = "registry+https://github.com/rust-lang/crates.io-index" 3103 + checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" 3104 dependencies = [ 3105 + "lazy_static 1.4.0", 3106 + "winapi 0.3.9", 3107 ] 3108 3109 [[package]] 3110 name = "scoped-tls" 3111 + version = "1.0.0" 3112 source = "registry+https://github.com/rust-lang/crates.io-index" 3113 + checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 3114 3115 [[package]] 3116 name = "scopeguard" 3117 + version = "1.1.0" 3118 source = "registry+https://github.com/rust-lang/crates.io-index" 3119 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3120 3121 [[package]] 3122 name = "sct" 3123 + version = "0.7.0" 3124 source = "registry+https://github.com/rust-lang/crates.io-index" 3125 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 3126 dependencies = [ 3127 + "ring", 3128 + "untrusted", 3129 ] 3130 3131 [[package]] 3132 name = "security-framework" 3133 + version = "2.3.1" 3134 source = "registry+https://github.com/rust-lang/crates.io-index" 3135 + checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" 3136 dependencies = [ 3137 + "bitflags", 3138 + "core-foundation", 3139 + "core-foundation-sys", 3140 + "libc", 3141 + "security-framework-sys", 3142 ] 3143 3144 [[package]] 3145 name = "security-framework-sys" 3146 + version = "2.3.0" 3147 source = "registry+https://github.com/rust-lang/crates.io-index" 3148 + checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" 3149 dependencies = [ 3150 + "core-foundation-sys", 3151 + "libc", 3152 ] 3153 3154 [[package]] 3155 name = "semver" 3156 + version = "0.11.0" 3157 source = "registry+https://github.com/rust-lang/crates.io-index" 3158 + checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 3159 dependencies = [ 3160 + "semver-parser", 3161 ] 3162 + 3163 + [[package]] 3164 + name = "semver" 3165 + version = "1.0.16" 3166 + source = "registry+https://github.com/rust-lang/crates.io-index" 3167 + checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 3168 3169 [[package]] 3170 name = "semver-parser" 3171 + version = "0.10.2" 3172 source = "registry+https://github.com/rust-lang/crates.io-index" 3173 + checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 3174 + dependencies = [ 3175 + "pest 2.1.3", 3176 + ] 3177 3178 [[package]] 3179 name = "serde" 3180 + version = "1.0.152" 3181 source = "registry+https://github.com/rust-lang/crates.io-index" 3182 + checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 3183 dependencies = [ 3184 + "serde_derive", 3185 ] 3186 3187 [[package]] 3188 name = "serde-transcode" 3189 + version = "1.1.1" 3190 source = "registry+https://github.com/rust-lang/crates.io-index" 3191 + checksum = "590c0e25c2a5bb6e85bf5c1bce768ceb86b316e7a01bdf07d2cb4ec2271990e2" 3192 dependencies = [ 3193 + "serde", 3194 ] 3195 3196 [[package]] 3197 name = "serde-value" 3198 + version = "0.7.0" 3199 source = "registry+https://github.com/rust-lang/crates.io-index" 3200 + checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 3201 dependencies = [ 3202 + "ordered-float", 3203 + "serde", 3204 ] 3205 3206 [[package]] 3207 name = "serde_derive" 3208 + version = "1.0.152" 3209 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 + checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 3211 dependencies = [ 3212 + "proc-macro2", 3213 + "quote", 3214 + "syn", 3215 ] 3216 3217 [[package]] 3218 name = "serde_json" 3219 + version = "1.0.91" 3220 source = "registry+https://github.com/rust-lang/crates.io-index" 3221 + checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 3222 dependencies = [ 3223 + "indexmap", 3224 + "itoa 1.0.1", 3225 + "ryu", 3226 + "serde", 3227 ] 3228 3229 [[package]] 3230 + name = "serde_test" 3231 + version = "1.0.152" 3232 source = "registry+https://github.com/rust-lang/crates.io-index" 3233 + checksum = "3611210d2d67e3513204742004d6ac6f589e521861dabb0f649b070eea8bed9e" 3234 dependencies = [ 3235 + "serde", 3236 ] 3237 3238 [[package]] 3239 name = "serde_urlencoded" 3240 + version = "0.7.0" 3241 source = "registry+https://github.com/rust-lang/crates.io-index" 3242 + checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 3243 dependencies = [ 3244 + "form_urlencoded", 3245 + "itoa 0.4.7", 3246 + "ryu", 3247 + "serde", 3248 ] 3249 3250 [[package]] 3251 name = "serde_yaml" 3252 + version = "0.8.26" 3253 source = "registry+https://github.com/rust-lang/crates.io-index" 3254 + checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 3255 dependencies = [ 3256 + "indexmap", 3257 + "ryu", 3258 + "serde", 3259 + "yaml-rust", 3260 ] 3261 3262 [[package]] 3263 name = "sha1" 3264 + version = "0.10.1" 3265 source = "registry+https://github.com/rust-lang/crates.io-index" 3266 + checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" 3267 + dependencies = [ 3268 + "cfg-if 1.0.0", 3269 + "cpufeatures 0.2.2", 3270 + "digest 0.10.3", 3271 + ] 3272 3273 [[package]] 3274 name = "sha2" 3275 + version = "0.9.5" 3276 source = "registry+https://github.com/rust-lang/crates.io-index" 3277 + checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" 3278 dependencies = [ 3279 + "block-buffer 0.9.0", 3280 + "cfg-if 1.0.0", 3281 + "cpufeatures 0.1.5", 3282 + "digest 0.9.0", 3283 + "opaque-debug", 3284 ] 3285 3286 [[package]] 3287 name = "shlex" 3288 + version = "1.0.0" 3289 source = "registry+https://github.com/rust-lang/crates.io-index" 3290 + checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" 3291 3292 [[package]] 3293 + name = "signal-hook-registry" 3294 + version = "1.4.0" 3295 source = "registry+https://github.com/rust-lang/crates.io-index" 3296 + checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 3297 dependencies = [ 3298 + "libc", 3299 ] 3300 3301 [[package]] 3302 + name = "signature" 3303 + version = "1.3.1" 3304 source = "registry+https://github.com/rust-lang/crates.io-index" 3305 + checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" 3306 3307 [[package]] 3308 name = "siphasher" 3309 + version = "0.3.6" 3310 source = "registry+https://github.com/rust-lang/crates.io-index" 3311 + checksum = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1" 3312 3313 [[package]] 3314 name = "slab" 3315 + version = "0.4.4" 3316 source = "registry+https://github.com/rust-lang/crates.io-index" 3317 + checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" 3318 3319 [[package]] 3320 name = "smallvec" 3321 + version = "1.6.1" 3322 source = "registry+https://github.com/rust-lang/crates.io-index" 3323 + checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" 3324 3325 [[package]] 3326 name = "socket2" 3327 + version = "0.4.4" 3328 source = "registry+https://github.com/rust-lang/crates.io-index" 3329 + checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 3330 dependencies = [ 3331 + "libc", 3332 + "winapi 0.3.9", 3333 ] 3334 3335 [[package]] 3336 name = "sodiumoxide" 3337 + version = "0.2.7" 3338 source = "registry+https://github.com/rust-lang/crates.io-index" 3339 + checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028" 3340 dependencies = [ 3341 + "ed25519", 3342 + "libc", 3343 + "libsodium-sys", 3344 + "serde", 3345 ] 3346 3347 [[package]] 3348 name = "spin" 3349 version = "0.5.2" 3350 source = "registry+https://github.com/rust-lang/crates.io-index" 3351 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3352 3353 [[package]] 3354 name = "stable_deref_trait" 3355 + version = "1.2.0" 3356 source = "registry+https://github.com/rust-lang/crates.io-index" 3357 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3358 3359 [[package]] 3360 name = "state" 3361 + version = "0.5.2" 3362 source = "registry+https://github.com/rust-lang/crates.io-index" 3363 + checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5" 3364 + dependencies = [ 3365 + "loom", 3366 + ] 3367 3368 [[package]] 3369 + name = "static_assertions" 3370 + version = "1.1.0" 3371 source = "registry+https://github.com/rust-lang/crates.io-index" 3372 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3373 3374 [[package]] 3375 name = "strsim" 3376 version = "0.8.0" 3377 source = "registry+https://github.com/rust-lang/crates.io-index" 3378 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 3379 3380 [[package]] 3381 name = "structopt" 3382 + version = "0.3.15" 3383 + source = "git+https://github.com/habitat-sh/structopt.git#63c56f42ae330b15f44a86c160b0cf6868b90a6f" 3384 dependencies = [ 3385 + "clap", 3386 + "lazy_static 1.4.0", 3387 + "structopt-derive", 3388 ] 3389 3390 [[package]] 3391 name = "structopt-derive" 3392 + version = "0.4.8" 3393 + source = "git+https://github.com/habitat-sh/structopt.git#63c56f42ae330b15f44a86c160b0cf6868b90a6f" 3394 dependencies = [ 3395 + "heck 0.3.3", 3396 + "proc-macro-error", 3397 + "proc-macro2", 3398 + "quote", 3399 + "syn", 3400 ] 3401 3402 [[package]] 3403 name = "subtle" 3404 + version = "2.4.1" 3405 source = "registry+https://github.com/rust-lang/crates.io-index" 3406 + checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 3407 3408 [[package]] 3409 name = "syn" 3410 + version = "1.0.104" 3411 source = "registry+https://github.com/rust-lang/crates.io-index" 3412 + checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce" 3413 dependencies = [ 3414 + "proc-macro2", 3415 + "quote", 3416 + "unicode-ident", 3417 ] 3418 3419 [[package]] 3420 name = "tabwriter" 3421 + version = "1.2.1" 3422 source = "registry+https://github.com/rust-lang/crates.io-index" 3423 + checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111" 3424 dependencies = [ 3425 + "unicode-width", 3426 ] 3427 3428 [[package]] 3429 name = "tar" 3430 + version = "0.4.36" 3431 source = "registry+https://github.com/rust-lang/crates.io-index" 3432 + checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" 3433 dependencies = [ 3434 + "filetime", 3435 + "libc", 3436 + "xattr", 3437 ] 3438 3439 [[package]] 3440 name = "tee" 3441 version = "0.1.0" 3442 source = "registry+https://github.com/rust-lang/crates.io-index" 3443 + checksum = "37c12559dba7383625faaff75be24becf35bfc885044375bcab931111799a3da" 3444 3445 [[package]] 3446 name = "tempfile" 3447 + version = "3.2.0" 3448 source = "registry+https://github.com/rust-lang/crates.io-index" 3449 + checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" 3450 dependencies = [ 3451 + "cfg-if 1.0.0", 3452 + "libc", 3453 + "rand 0.8.5", 3454 + "redox_syscall", 3455 + "remove_dir_all", 3456 + "winapi 0.3.9", 3457 ] 3458 3459 [[package]] 3460 name = "termcolor" 3461 + version = "1.1.2" 3462 source = "registry+https://github.com/rust-lang/crates.io-index" 3463 + checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 3464 dependencies = [ 3465 + "winapi-util", 3466 ] 3467 3468 [[package]] 3469 + name = "test-probe" 3470 + version = "0.1.0" 3471 dependencies = [ 3472 + "actix-rt", 3473 + "actix-web", 3474 + "clap", 3475 + "serde", 3476 + "serde_json", 3477 + "toml 0.5.10", 3478 ] 3479 3480 [[package]] 3481 name = "textwrap" 3482 version = "0.11.0" 3483 source = "registry+https://github.com/rust-lang/crates.io-index" 3484 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 3485 dependencies = [ 3486 + "unicode-width", 3487 ] 3488 3489 [[package]] 3490 + name = "thiserror" 3491 + version = "1.0.38" 3492 source = "registry+https://github.com/rust-lang/crates.io-index" 3493 + checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 3494 dependencies = [ 3495 + "thiserror-impl", 3496 ] 3497 3498 [[package]] 3499 + name = "thiserror-impl" 3500 + version = "1.0.38" 3501 source = "registry+https://github.com/rust-lang/crates.io-index" 3502 + checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 3503 dependencies = [ 3504 + "proc-macro2", 3505 + "quote", 3506 + "syn", 3507 ] 3508 3509 [[package]] 3510 + name = "thread-id" 3511 + version = "4.0.0" 3512 source = "registry+https://github.com/rust-lang/crates.io-index" 3513 + checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 3514 dependencies = [ 3515 + "libc", 3516 + "redox_syscall", 3517 + "winapi 0.3.9", 3518 ] 3519 3520 [[package]] 3521 + name = "thread_local" 3522 + version = "0.3.6" 3523 source = "registry+https://github.com/rust-lang/crates.io-index" 3524 + checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 3525 dependencies = [ 3526 + "lazy_static 1.4.0", 3527 ] 3528 3529 [[package]] 3530 + name = "threadpool" 3531 + version = "1.8.1" 3532 source = "registry+https://github.com/rust-lang/crates.io-index" 3533 + checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 3534 dependencies = [ 3535 + "num_cpus", 3536 ] 3537 3538 [[package]] 3539 + name = "time" 3540 + version = "0.1.43" 3541 source = "registry+https://github.com/rust-lang/crates.io-index" 3542 + checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 3543 dependencies = [ 3544 + "libc", 3545 + "winapi 0.3.9", 3546 ] 3547 3548 [[package]] 3549 + name = "time" 3550 + version = "0.3.11" 3551 source = "registry+https://github.com/rust-lang/crates.io-index" 3552 + checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217" 3553 dependencies = [ 3554 + "itoa 1.0.1", 3555 + "libc", 3556 + "num_threads", 3557 ] 3558 3559 [[package]] 3560 + name = "tinyvec" 3561 + version = "1.3.1" 3562 source = "registry+https://github.com/rust-lang/crates.io-index" 3563 + checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338" 3564 dependencies = [ 3565 + "tinyvec_macros", 3566 ] 3567 3568 [[package]] 3569 + name = "tinyvec_macros" 3570 + version = "0.1.0" 3571 source = "registry+https://github.com/rust-lang/crates.io-index" 3572 + checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 3573 3574 [[package]] 3575 + name = "tokio" 3576 + version = "1.20.1" 3577 source = "registry+https://github.com/rust-lang/crates.io-index" 3578 + checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" 3579 dependencies = [ 3580 + "autocfg", 3581 + "bytes", 3582 + "libc", 3583 + "memchr", 3584 + "mio 0.8.5", 3585 + "num_cpus", 3586 + "once_cell", 3587 + "parking_lot 0.12.0", 3588 + "pin-project-lite", 3589 + "signal-hook-registry", 3590 + "socket2", 3591 + "tokio-macros", 3592 + "winapi 0.3.9", 3593 ] 3594 3595 [[package]] 3596 + name = "tokio-macros" 3597 + version = "1.8.0" 3598 source = "registry+https://github.com/rust-lang/crates.io-index" 3599 + checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 3600 dependencies = [ 3601 + "proc-macro2", 3602 + "quote", 3603 + "syn", 3604 ] 3605 3606 [[package]] 3607 + name = "tokio-native-tls" 3608 + version = "0.3.0" 3609 source = "registry+https://github.com/rust-lang/crates.io-index" 3610 + checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 3611 dependencies = [ 3612 + "native-tls", 3613 + "tokio", 3614 ] 3615 3616 [[package]] 3617 + name = "tokio-rustls" 3618 + version = "0.23.4" 3619 source = "registry+https://github.com/rust-lang/crates.io-index" 3620 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 3621 dependencies = [ 3622 + "rustls", 3623 + "tokio", 3624 + "webpki", 3625 ] 3626 3627 [[package]] 3628 + name = "tokio-stream" 3629 version = "0.1.9" 3630 source = "registry+https://github.com/rust-lang/crates.io-index" 3631 + checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 3632 dependencies = [ 3633 + "futures-core", 3634 + "pin-project-lite", 3635 + "tokio", 3636 + "tokio-util", 3637 ] 3638 3639 [[package]] 3640 + name = "tokio-util" 3641 + version = "0.7.3" 3642 source = "registry+https://github.com/rust-lang/crates.io-index" 3643 + checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 3644 dependencies = [ 3645 + "bytes", 3646 + "futures-core", 3647 + "futures-io", 3648 + "futures-sink", 3649 + "futures-util", 3650 + "hashbrown 0.12.3", 3651 + "pin-project-lite", 3652 + "slab", 3653 + "tokio", 3654 + "tracing", 3655 ] 3656 3657 [[package]] 3658 + name = "toml" 3659 + version = "0.2.1" 3660 source = "registry+https://github.com/rust-lang/crates.io-index" 3661 + checksum = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4" 3662 + 3663 + [[package]] 3664 + name = "toml" 3665 + version = "0.5.10" 3666 + source = "registry+https://github.com/rust-lang/crates.io-index" 3667 + checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" 3668 dependencies = [ 3669 + "indexmap", 3670 + "serde", 3671 ] 3672 3673 [[package]] 3674 + name = "tower-service" 3675 + version = "0.3.1" 3676 source = "registry+https://github.com/rust-lang/crates.io-index" 3677 + checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 3678 + 3679 + [[package]] 3680 + name = "tracing" 3681 + version = "0.1.35" 3682 + source = "registry+https://github.com/rust-lang/crates.io-index" 3683 + checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" 3684 dependencies = [ 3685 + "cfg-if 1.0.0", 3686 + "log 0.4.17", 3687 + "pin-project-lite", 3688 + "tracing-core", 3689 ] 3690 3691 [[package]] 3692 + name = "tracing-core" 3693 + version = "0.1.28" 3694 source = "registry+https://github.com/rust-lang/crates.io-index" 3695 + checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" 3696 dependencies = [ 3697 + "once_cell", 3698 ] 3699 3700 [[package]] 3701 + name = "traitobject" 3702 + version = "0.1.0" 3703 + source = "registry+https://github.com/rust-lang/crates.io-index" 3704 + checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 3705 + 3706 + [[package]] 3707 + name = "try-lock" 3708 + version = "0.2.3" 3709 source = "registry+https://github.com/rust-lang/crates.io-index" 3710 + checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 3711 3712 [[package]] 3713 + name = "typemap" 3714 + version = "0.3.3" 3715 source = "registry+https://github.com/rust-lang/crates.io-index" 3716 + checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 3717 dependencies = [ 3718 + "unsafe-any", 3719 ] 3720 3721 [[package]] 3722 + name = "typenum" 3723 + version = "1.15.0" 3724 source = "registry+https://github.com/rust-lang/crates.io-index" 3725 + checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 3726 3727 [[package]] 3728 + name = "ucd-trie" 3729 + version = "0.1.3" 3730 source = "registry+https://github.com/rust-lang/crates.io-index" 3731 + checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" 3732 3733 [[package]] 3734 + name = "ucd-util" 3735 + version = "0.1.8" 3736 source = "registry+https://github.com/rust-lang/crates.io-index" 3737 + checksum = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236" 3738 3739 [[package]] 3740 + name = "unicode-bidi" 3741 + version = "0.3.5" 3742 source = "registry+https://github.com/rust-lang/crates.io-index" 3743 + checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" 3744 dependencies = [ 3745 + "matches", 3746 ] 3747 3748 [[package]] 3749 + name = "unicode-ident" 3750 + version = "1.0.0" 3751 source = "registry+https://github.com/rust-lang/crates.io-index" 3752 + checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" 3753 3754 [[package]] 3755 + name = "unicode-normalization" 3756 + version = "0.1.19" 3757 source = "registry+https://github.com/rust-lang/crates.io-index" 3758 + checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 3759 dependencies = [ 3760 + "tinyvec", 3761 ] 3762 3763 [[package]] 3764 + name = "unicode-segmentation" 3765 + version = "1.8.0" 3766 source = "registry+https://github.com/rust-lang/crates.io-index" 3767 + checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" 3768 3769 [[package]] 3770 + name = "unicode-width" 3771 + version = "0.1.8" 3772 source = "registry+https://github.com/rust-lang/crates.io-index" 3773 + checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 3774 3775 [[package]] 3776 + name = "unsafe-any" 3777 + version = "0.4.2" 3778 source = "registry+https://github.com/rust-lang/crates.io-index" 3779 + checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 3780 dependencies = [ 3781 + "traitobject", 3782 ] 3783 3784 [[package]] 3785 + name = "untrusted" 3786 + version = "0.7.1" 3787 source = "registry+https://github.com/rust-lang/crates.io-index" 3788 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 3789 + 3790 + [[package]] 3791 + name = "uritemplate-next" 3792 + version = "0.2.0" 3793 + source = "registry+https://github.com/rust-lang/crates.io-index" 3794 + checksum = "bcde98d1fc3f528255b1ecb22fb688ee0d23deb672a8c57127df10b98b4bd18c" 3795 dependencies = [ 3796 + "regex 1.7.1", 3797 ] 3798 3799 [[package]] 3800 + name = "url" 3801 + version = "2.3.1" 3802 source = "registry+https://github.com/rust-lang/crates.io-index" 3803 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 3804 + dependencies = [ 3805 + "form_urlencoded", 3806 + "idna 0.3.0", 3807 + "percent-encoding", 3808 + "serde", 3809 + ] 3810 3811 [[package]] 3812 + name = "utf8-ranges" 3813 + version = "1.0.4" 3814 source = "registry+https://github.com/rust-lang/crates.io-index" 3815 + checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" 3816 3817 [[package]] 3818 + name = "uuid" 3819 + version = "0.8.2" 3820 source = "registry+https://github.com/rust-lang/crates.io-index" 3821 + checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 3822 dependencies = [ 3823 + "getrandom 0.2.3", 3824 ] 3825 3826 [[package]] 3827 + name = "uuid" 3828 + version = "1.2.2" 3829 source = "registry+https://github.com/rust-lang/crates.io-index" 3830 + checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" 3831 dependencies = [ 3832 + "getrandom 0.2.3", 3833 ] 3834 3835 [[package]] 3836 + name = "valico" 3837 + version = "3.6.0" 3838 source = "registry+https://github.com/rust-lang/crates.io-index" 3839 + checksum = "d81a70f930f9e6cd04669d38abcf232f96b193acceb0f4c006427ddec6e08b10" 3840 dependencies = [ 3841 + "base64 0.13.1", 3842 + "chrono", 3843 + "json-pointer", 3844 + "jsonway", 3845 + "percent-encoding", 3846 + "phf", 3847 + "phf_codegen", 3848 + "publicsuffix", 3849 + "regex 1.7.1", 3850 + "serde", 3851 + "serde_json", 3852 + "uritemplate-next", 3853 + "url", 3854 + "uuid 0.8.2", 3855 ] 3856 3857 [[package]] 3858 + name = "vcpkg" 3859 + version = "0.2.15" 3860 source = "registry+https://github.com/rust-lang/crates.io-index" 3861 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3862 3863 [[package]] 3864 + name = "vec_map" 3865 + version = "0.8.2" 3866 source = "registry+https://github.com/rust-lang/crates.io-index" 3867 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 3868 3869 [[package]] 3870 + name = "version_check" 3871 + version = "0.9.3" 3872 source = "registry+https://github.com/rust-lang/crates.io-index" 3873 + checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" 3874 3875 [[package]] 3876 + name = "walkdir" 3877 + version = "2.3.2" 3878 source = "registry+https://github.com/rust-lang/crates.io-index" 3879 + checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 3880 + dependencies = [ 3881 + "same-file", 3882 + "winapi 0.3.9", 3883 + "winapi-util", 3884 + ] 3885 3886 [[package]] 3887 + name = "want" 3888 + version = "0.3.0" 3889 source = "registry+https://github.com/rust-lang/crates.io-index" 3890 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 3891 dependencies = [ 3892 + "log 0.4.17", 3893 + "try-lock", 3894 ] 3895 3896 [[package]] 3897 + name = "wasi" 3898 + version = "0.9.0+wasi-snapshot-preview1" 3899 source = "registry+https://github.com/rust-lang/crates.io-index" 3900 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 3901 3902 [[package]] 3903 + name = "wasi" 3904 + version = "0.10.2+wasi-snapshot-preview1" 3905 source = "registry+https://github.com/rust-lang/crates.io-index" 3906 + checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 3907 3908 [[package]] 3909 + name = "wasi" 3910 + version = "0.11.0+wasi-snapshot-preview1" 3911 source = "registry+https://github.com/rust-lang/crates.io-index" 3912 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3913 3914 [[package]] 3915 + name = "wasm-bindgen" 3916 + version = "0.2.75" 3917 source = "registry+https://github.com/rust-lang/crates.io-index" 3918 + checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586" 3919 dependencies = [ 3920 + "cfg-if 1.0.0", 3921 + "serde", 3922 + "serde_json", 3923 + "wasm-bindgen-macro", 3924 ] 3925 3926 [[package]] 3927 + name = "wasm-bindgen-backend" 3928 + version = "0.2.75" 3929 source = "registry+https://github.com/rust-lang/crates.io-index" 3930 + checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f" 3931 dependencies = [ 3932 + "bumpalo", 3933 + "lazy_static 1.4.0", 3934 + "log 0.4.17", 3935 + "proc-macro2", 3936 + "quote", 3937 + "syn", 3938 + "wasm-bindgen-shared", 3939 ] 3940 3941 [[package]] 3942 + name = "wasm-bindgen-futures" 3943 + version = "0.4.25" 3944 source = "registry+https://github.com/rust-lang/crates.io-index" 3945 + checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c" 3946 dependencies = [ 3947 + "cfg-if 1.0.0", 3948 + "js-sys", 3949 + "wasm-bindgen", 3950 + "web-sys", 3951 ] 3952 3953 [[package]] 3954 + name = "wasm-bindgen-macro" 3955 + version = "0.2.75" 3956 source = "registry+https://github.com/rust-lang/crates.io-index" 3957 + checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c" 3958 dependencies = [ 3959 + "quote", 3960 + "wasm-bindgen-macro-support", 3961 ] 3962 3963 [[package]] 3964 + name = "wasm-bindgen-macro-support" 3965 + version = "0.2.75" 3966 source = "registry+https://github.com/rust-lang/crates.io-index" 3967 + checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f" 3968 dependencies = [ 3969 + "proc-macro2", 3970 + "quote", 3971 + "syn", 3972 + "wasm-bindgen-backend", 3973 + "wasm-bindgen-shared", 3974 ] 3975 3976 [[package]] 3977 + name = "wasm-bindgen-shared" 3978 + version = "0.2.75" 3979 source = "registry+https://github.com/rust-lang/crates.io-index" 3980 + checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2" 3981 3982 [[package]] 3983 + name = "web-sys" 3984 + version = "0.3.52" 3985 source = "registry+https://github.com/rust-lang/crates.io-index" 3986 + checksum = "01c70a82d842c9979078c772d4a1344685045f1a5628f677c2b2eab4dd7d2696" 3987 dependencies = [ 3988 + "js-sys", 3989 + "wasm-bindgen", 3990 ] 3991 3992 [[package]] 3993 name = "webpki" 3994 + version = "0.22.0" 3995 source = "registry+https://github.com/rust-lang/crates.io-index" 3996 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 3997 dependencies = [ 3998 + "ring", 3999 + "untrusted", 4000 ] 4001 4002 [[package]] 4003 name = "webpki-roots" 4004 + version = "0.22.4" 4005 source = "registry+https://github.com/rust-lang/crates.io-index" 4006 + checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" 4007 dependencies = [ 4008 + "webpki", 4009 ] 4010 4011 [[package]] 4012 name = "which" 4013 + version = "4.2.2" 4014 source = "registry+https://github.com/rust-lang/crates.io-index" 4015 + checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9" 4016 dependencies = [ 4017 + "either", 4018 + "lazy_static 1.4.0", 4019 + "libc", 4020 ] 4021 4022 [[package]] 4023 name = "widestring" 4024 + version = "0.4.3" 4025 source = "registry+https://github.com/rust-lang/crates.io-index" 4026 + checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" 4027 4028 [[package]] 4029 name = "widestring" 4030 + version = "1.0.2" 4031 source = "registry+https://github.com/rust-lang/crates.io-index" 4032 + checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 4033 4034 [[package]] 4035 name = "winapi" 4036 version = "0.2.8" 4037 source = "registry+https://github.com/rust-lang/crates.io-index" 4038 + checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 4039 4040 [[package]] 4041 name = "winapi" 4042 + version = "0.3.9" 4043 source = "registry+https://github.com/rust-lang/crates.io-index" 4044 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4045 dependencies = [ 4046 + "winapi-i686-pc-windows-gnu", 4047 + "winapi-x86_64-pc-windows-gnu", 4048 ] 4049 4050 [[package]] 4051 name = "winapi-build" 4052 version = "0.1.1" 4053 source = "registry+https://github.com/rust-lang/crates.io-index" 4054 + checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 4055 4056 [[package]] 4057 name = "winapi-i686-pc-windows-gnu" 4058 version = "0.4.0" 4059 source = "registry+https://github.com/rust-lang/crates.io-index" 4060 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4061 4062 [[package]] 4063 name = "winapi-util" 4064 + version = "0.1.5" 4065 source = "registry+https://github.com/rust-lang/crates.io-index" 4066 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4067 dependencies = [ 4068 + "winapi 0.3.9", 4069 ] 4070 4071 [[package]] 4072 name = "winapi-x86_64-pc-windows-gnu" 4073 version = "0.4.0" 4074 source = "registry+https://github.com/rust-lang/crates.io-index" 4075 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4076 4077 [[package]] 4078 + name = "windows-acl" 4079 + version = "0.3.0" 4080 source = "registry+https://github.com/rust-lang/crates.io-index" 4081 + checksum = "177b1723986bcb4c606058e77f6e8614b51c7f9ad2face6f6fd63dd5c8b3cec3" 4082 dependencies = [ 4083 + "field-offset", 4084 + "libc", 4085 + "widestring 0.4.3", 4086 + "winapi 0.3.9", 4087 ] 4088 4089 [[package]] 4090 + name = "windows-sys" 4091 + version = "0.34.0" 4092 source = "registry+https://github.com/rust-lang/crates.io-index" 4093 + checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825" 4094 dependencies = [ 4095 + "windows_aarch64_msvc 0.34.0", 4096 + "windows_i686_gnu 0.34.0", 4097 + "windows_i686_msvc 0.34.0", 4098 + "windows_x86_64_gnu 0.34.0", 4099 + "windows_x86_64_msvc 0.34.0", 4100 + ] 4101 + 4102 + [[package]] 4103 + name = "windows-sys" 4104 + version = "0.42.0" 4105 + source = "registry+https://github.com/rust-lang/crates.io-index" 4106 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 4107 + dependencies = [ 4108 + "windows_aarch64_gnullvm", 4109 + "windows_aarch64_msvc 0.42.0", 4110 + "windows_i686_gnu 0.42.0", 4111 + "windows_i686_msvc 0.42.0", 4112 + "windows_x86_64_gnu 0.42.0", 4113 + "windows_x86_64_gnullvm", 4114 + "windows_x86_64_msvc 0.42.0", 4115 ] 4116 4117 [[package]] 4118 + name = "windows_aarch64_gnullvm" 4119 + version = "0.42.0" 4120 + source = "registry+https://github.com/rust-lang/crates.io-index" 4121 + checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 4122 + 4123 + [[package]] 4124 + name = "windows_aarch64_msvc" 4125 + version = "0.34.0" 4126 + source = "registry+https://github.com/rust-lang/crates.io-index" 4127 + checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" 4128 + 4129 + [[package]] 4130 + name = "windows_aarch64_msvc" 4131 + version = "0.42.0" 4132 + source = "registry+https://github.com/rust-lang/crates.io-index" 4133 + checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 4134 + 4135 + [[package]] 4136 + name = "windows_i686_gnu" 4137 + version = "0.34.0" 4138 + source = "registry+https://github.com/rust-lang/crates.io-index" 4139 + checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" 4140 + 4141 + [[package]] 4142 + name = "windows_i686_gnu" 4143 + version = "0.42.0" 4144 + source = "registry+https://github.com/rust-lang/crates.io-index" 4145 + checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 4146 + 4147 + [[package]] 4148 + name = "windows_i686_msvc" 4149 + version = "0.34.0" 4150 + source = "registry+https://github.com/rust-lang/crates.io-index" 4151 + checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" 4152 + 4153 + [[package]] 4154 + name = "windows_i686_msvc" 4155 + version = "0.42.0" 4156 + source = "registry+https://github.com/rust-lang/crates.io-index" 4157 + checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 4158 + 4159 + [[package]] 4160 + name = "windows_x86_64_gnu" 4161 + version = "0.34.0" 4162 + source = "registry+https://github.com/rust-lang/crates.io-index" 4163 + checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" 4164 + 4165 + [[package]] 4166 + name = "windows_x86_64_gnu" 4167 + version = "0.42.0" 4168 + source = "registry+https://github.com/rust-lang/crates.io-index" 4169 + checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 4170 + 4171 + [[package]] 4172 + name = "windows_x86_64_gnullvm" 4173 + version = "0.42.0" 4174 + source = "registry+https://github.com/rust-lang/crates.io-index" 4175 + checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 4176 + 4177 + [[package]] 4178 + name = "windows_x86_64_msvc" 4179 + version = "0.34.0" 4180 + source = "registry+https://github.com/rust-lang/crates.io-index" 4181 + checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" 4182 + 4183 + [[package]] 4184 + name = "windows_x86_64_msvc" 4185 + version = "0.42.0" 4186 + source = "registry+https://github.com/rust-lang/crates.io-index" 4187 + checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 4188 + 4189 + [[package]] 4190 name = "winreg" 4191 + version = "0.7.0" 4192 source = "registry+https://github.com/rust-lang/crates.io-index" 4193 + checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 4194 dependencies = [ 4195 + "winapi 0.3.9", 4196 ] 4197 4198 [[package]] 4199 + name = "winreg" 4200 + version = "0.9.0" 4201 source = "registry+https://github.com/rust-lang/crates.io-index" 4202 + checksum = "16cdb3898397cf7f624c294948669beafaeebc5577d5ec53d0afb76633593597" 4203 dependencies = [ 4204 + "winapi 0.3.9", 4205 ] 4206 4207 [[package]] 4208 name = "ws2_32-sys" 4209 version = "0.2.1" 4210 source = "registry+https://github.com/rust-lang/crates.io-index" 4211 + checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 4212 dependencies = [ 4213 + "winapi 0.2.8", 4214 + "winapi-build", 4215 ] 4216 4217 [[package]] 4218 name = "xattr" 4219 version = "0.2.2" 4220 source = "registry+https://github.com/rust-lang/crates.io-index" 4221 + checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" 4222 dependencies = [ 4223 + "libc", 4224 ] 4225 4226 [[package]] 4227 name = "xml-rs" 4228 + version = "0.8.4" 4229 + source = "registry+https://github.com/rust-lang/crates.io-index" 4230 + checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 4231 + 4232 + [[package]] 4233 + name = "xz2" 4234 + version = "0.1.7" 4235 source = "registry+https://github.com/rust-lang/crates.io-index" 4236 + checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 4237 + dependencies = [ 4238 + "lzma-sys", 4239 + ] 4240 4241 [[package]] 4242 name = "yaml-rust" 4243 + version = "0.4.5" 4244 + source = "registry+https://github.com/rust-lang/crates.io-index" 4245 + checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 4246 + dependencies = [ 4247 + "linked-hash-map", 4248 + ] 4249 + 4250 + [[package]] 4251 + name = "yasna" 4252 + version = "0.5.0" 4253 source = "registry+https://github.com/rust-lang/crates.io-index" 4254 + checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c" 4255 dependencies = [ 4256 + "time 0.3.11", 4257 ] 4258 4259 [[package]] 4260 + name = "zeroize" 4261 + version = "1.4.1" 4262 + source = "registry+https://github.com/rust-lang/crates.io-index" 4263 + checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd" 4264 + 4265 + [[package]] 4266 name = "zmq" 4267 + version = "0.9.2" 4268 + source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.9.2-symlinks-removed#048f33ed4b9241a2c63b4c9b61fdf8bcd142ae00" 4269 dependencies = [ 4270 + "bitflags", 4271 + "libc", 4272 + "log 0.4.17", 4273 + "zmq-sys", 4274 ] 4275 4276 [[package]] 4277 name = "zmq-sys" 4278 + version = "0.11.0" 4279 + source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.9.2-symlinks-removed#048f33ed4b9241a2c63b4c9b61fdf8bcd142ae00" 4280 dependencies = [ 4281 + "libc", 4282 + "metadeps", 4283 ]
+39 -18
pkgs/applications/networking/cluster/habitat/default.nix
··· 1 - { lib, fetchFromGitHub, rustPlatform, pkg-config 2 - , libsodium, libarchive, openssl, zeromq }: 3 4 rustPlatform.buildRustPackage rec { 5 pname = "habitat"; 6 - # Newer versions required protobuf, which requires some finesse to get to 7 - # compile with the vendored protobuf crate. 8 - version = "0.90.6"; 9 10 src = fetchFromGitHub { 11 owner = "habitat-sh"; 12 repo = "habitat"; 13 rev = version; 14 - sha256 = "0rwi0lkmhlq4i8fba3s9nd9ajhz2dqxzkgfp5i8y0rvbfmhmfd6b"; 15 }; 16 17 cargoLock = { 18 lockFile = ./Cargo.lock; 19 outputHashes = { 20 - "ipc-channel-0.9.0" = "sha256-ZinW3vTsb6dWDRN1/P4TlOlbjiQSHkE6n6f1yEiKsbA="; 21 - "nats-0.3.2" = "sha256-ebZSSczF76FMsYRC9hc4n9yTQVyAD4JgaqpFvGG+01U="; 22 - "zmq-0.8.3" = "sha256-ZydP7ThHvLMWc8snm52Wlhji35Gn5Y2TzzN75UH5xLE="; 23 }; 24 }; 25 26 - nativeBuildInputs = [ pkg-config ]; 27 - buildInputs = [ libsodium libarchive openssl zeromq ]; 28 29 - cargoBuildFlags = ["--package hab"]; 30 31 - checkPhase = '' 32 - runHook preCheck 33 - echo "Running cargo test" 34 - cargo test --package hab 35 - runHook postCheck 36 - ''; 37 38 meta = with lib; { 39 description = "An application automation framework"; 40 homepage = "https://www.habitat.sh"; 41 license = licenses.asl20; 42 maintainers = with maintainers; [ rushmorem ]; 43 platforms = [ "x86_64-linux" ]; 44 }; 45 }
··· 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pkg-config 5 + , protobuf 6 + , libsodium 7 + , openssl 8 + , xz 9 + , zeromq 10 + , cacert 11 + }: 12 13 rustPlatform.buildRustPackage rec { 14 pname = "habitat"; 15 + version = "1.6.652"; 16 17 src = fetchFromGitHub { 18 owner = "habitat-sh"; 19 repo = "habitat"; 20 rev = version; 21 + hash = "sha256-aWQ4A8NxTOauwad1q58Q4IFDUImX/L/4YTCeVLaq8gw="; 22 }; 23 24 cargoLock = { 25 lockFile = ./Cargo.lock; 26 outputHashes = { 27 + "clap-2.33.1" = "sha256-ixyNr91VNB2ce2cIr0CdPmvKYRlckhKLeaSbqxouIAY="; 28 + "configopt-0.1.0" = "sha256-DvpC4WDIzknN5A6+68H7p8bG5lwZ2f+kc9yYhTl16ZM="; 29 + "rants-0.6.0" = "sha256-B8uDoiqddCki3j7aC8kilEcmJjvB4ICjZjjTun2UEkY="; 30 + "retry-1.0.0" = "sha256-ZaHnzOCelV4V0+MTIbH3DXxdz8QZVgcMq2YeV0S6X6o="; 31 + "structopt-0.3.15" = "sha256-0vIX7J7VktKytT3ZnOm45qPRMHDkdJg20eU6pZBIH+Q="; 32 + "zmq-0.9.2" = "sha256-bsDCPYLb9hUr6htPQ7rSoasKAqoWBx5FiEY1gOOtdJQ="; 33 }; 34 }; 35 36 + nativeBuildInputs = [ 37 + pkg-config 38 + protobuf 39 + ]; 40 41 + buildInputs = [ 42 + libsodium 43 + openssl 44 + xz 45 + zeromq 46 + ]; 47 48 + cargoBuildFlags = [ "-p" "hab" ]; 49 + cargoTestFlags = cargoBuildFlags; 50 + 51 + env = { 52 + OPENSSL_NO_VENDOR = true; 53 + SODIUM_USE_PKG_CONFIG = true; 54 + SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt"; 55 + }; 56 57 meta = with lib; { 58 description = "An application automation framework"; 59 homepage = "https://www.habitat.sh"; 60 + changelog = "https://github.com/habitat-sh/habitat/blob/${src.rev}/CHANGELOG.md"; 61 license = licenses.asl20; 62 maintainers = with maintainers; [ rushmorem ]; 63 + mainProgram = "hab"; 64 platforms = [ "x86_64-linux" ]; 65 }; 66 }
+1 -3
pkgs/top-level/all-packages.nix
··· 8336 8337 haveged = callPackage ../tools/security/haveged { }; 8338 8339 - habitat = callPackage ../applications/networking/cluster/habitat { 8340 - openssl = openssl_1_1; 8341 - }; 8342 8343 hashcash = callPackage ../tools/security/hashcash { }; 8344
··· 8336 8337 haveged = callPackage ../tools/security/haveged { }; 8338 8339 + habitat = callPackage ../applications/networking/cluster/habitat { }; 8340 8341 hashcash = callPackage ../tools/security/hashcash { }; 8342