elfx86exts: remove unused patch

figsoda c4994585 c1806a0e

-1091
-1091
pkgs/applications/misc/elfx86exts/cargo-lock.patch
··· 1 - diff --git a/Cargo.lock b/Cargo.lock 2 - new file mode 100644 3 - index 0000000..55e4495 4 - --- /dev/null 5 - +++ b/Cargo.lock 6 - @@ -0,0 +1,1085 @@ 7 - +# This file is automatically @generated by Cargo. 8 - +# It is not intended for manual editing. 9 - +[[package]] 10 - +name = "aho-corasick" 11 - +version = "0.7.10" 12 - +source = "registry+https://github.com/rust-lang/crates.io-index" 13 - +dependencies = [ 14 - + "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 15 - +] 16 - + 17 - +[[package]] 18 - +name = "arrayvec" 19 - +version = "0.4.12" 20 - +source = "registry+https://github.com/rust-lang/crates.io-index" 21 - +dependencies = [ 22 - + "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", 23 - +] 24 - + 25 - +[[package]] 26 - +name = "atk" 27 - +version = "0.7.0" 28 - +source = "registry+https://github.com/rust-lang/crates.io-index" 29 - +dependencies = [ 30 - + "atk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 31 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 32 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 33 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 34 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 35 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 36 - +] 37 - + 38 - +[[package]] 39 - +name = "atk-sys" 40 - +version = "0.9.1" 41 - +source = "registry+https://github.com/rust-lang/crates.io-index" 42 - +dependencies = [ 43 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 44 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 45 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 46 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 47 - +] 48 - + 49 - +[[package]] 50 - +name = "autocfg" 51 - +version = "1.0.0" 52 - +source = "registry+https://github.com/rust-lang/crates.io-index" 53 - + 54 - +[[package]] 55 - +name = "backtrace" 56 - +version = "0.3.41" 57 - +source = "registry+https://github.com/rust-lang/crates.io-index" 58 - +dependencies = [ 59 - + "backtrace-sys 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", 60 - + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 61 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 62 - + "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 63 - +] 64 - + 65 - +[[package]] 66 - +name = "backtrace-sys" 67 - +version = "0.1.35" 68 - +source = "registry+https://github.com/rust-lang/crates.io-index" 69 - +dependencies = [ 70 - + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", 71 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 72 - +] 73 - + 74 - +[[package]] 75 - +name = "bitflags" 76 - +version = "1.2.1" 77 - +source = "registry+https://github.com/rust-lang/crates.io-index" 78 - + 79 - +[[package]] 80 - +name = "cairo-rs" 81 - +version = "0.7.1" 82 - +source = "registry+https://github.com/rust-lang/crates.io-index" 83 - +dependencies = [ 84 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 85 - + "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", 86 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 87 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 88 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 89 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 90 - +] 91 - + 92 - +[[package]] 93 - +name = "cairo-sys-rs" 94 - +version = "0.9.2" 95 - +source = "registry+https://github.com/rust-lang/crates.io-index" 96 - +dependencies = [ 97 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 98 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 99 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 100 - +] 101 - + 102 - +[[package]] 103 - +name = "cc" 104 - +version = "1.0.50" 105 - +source = "registry+https://github.com/rust-lang/crates.io-index" 106 - + 107 - +[[package]] 108 - +name = "cfg-if" 109 - +version = "0.1.9" 110 - +source = "registry+https://github.com/rust-lang/crates.io-index" 111 - + 112 - +[[package]] 113 - +name = "chrono" 114 - +version = "0.4.11" 115 - +source = "registry+https://github.com/rust-lang/crates.io-index" 116 - +dependencies = [ 117 - + "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 118 - + "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 119 - + "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", 120 - +] 121 - + 122 - +[[package]] 123 - +name = "effitask" 124 - +version = "0.1.0" 125 - +dependencies = [ 126 - + "cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 127 - + "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", 128 - + "gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 129 - + "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 130 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 131 - + "gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 132 - + "human-panic 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 133 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 134 - + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 135 - + "notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)", 136 - + "pulldown-cmark 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", 137 - + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 138 - + "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 139 - + "relm 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", 140 - + "relm-attributes 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", 141 - + "relm-derive 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", 142 - + "todo-txt 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 143 - + "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 144 - +] 145 - + 146 - +[[package]] 147 - +name = "filetime" 148 - +version = "0.2.9" 149 - +source = "registry+https://github.com/rust-lang/crates.io-index" 150 - +dependencies = [ 151 - + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 152 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 153 - + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 154 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 155 - +] 156 - + 157 - +[[package]] 158 - +name = "fragile" 159 - +version = "0.3.0" 160 - +source = "registry+https://github.com/rust-lang/crates.io-index" 161 - + 162 - +[[package]] 163 - +name = "fsevent" 164 - +version = "0.4.0" 165 - +source = "registry+https://github.com/rust-lang/crates.io-index" 166 - +dependencies = [ 167 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 168 - + "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 169 - +] 170 - + 171 - +[[package]] 172 - +name = "fsevent-sys" 173 - +version = "2.0.1" 174 - +source = "registry+https://github.com/rust-lang/crates.io-index" 175 - +dependencies = [ 176 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 177 - +] 178 - + 179 - +[[package]] 180 - +name = "fuchsia-zircon" 181 - +version = "0.3.3" 182 - +source = "registry+https://github.com/rust-lang/crates.io-index" 183 - +dependencies = [ 184 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 185 - + "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 186 - +] 187 - + 188 - +[[package]] 189 - +name = "fuchsia-zircon-sys" 190 - +version = "0.3.3" 191 - +source = "registry+https://github.com/rust-lang/crates.io-index" 192 - + 193 - +[[package]] 194 - +name = "gdk" 195 - +version = "0.11.0" 196 - +source = "registry+https://github.com/rust-lang/crates.io-index" 197 - +dependencies = [ 198 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 199 - + "cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 200 - + "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", 201 - + "gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 202 - + "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 203 - + "gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 204 - + "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 205 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 206 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 207 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 208 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 209 - + "pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 210 - +] 211 - + 212 - +[[package]] 213 - +name = "gdk-pixbuf" 214 - +version = "0.7.0" 215 - +source = "registry+https://github.com/rust-lang/crates.io-index" 216 - +dependencies = [ 217 - + "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 218 - + "gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 219 - + "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 220 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 221 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 222 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 223 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 224 - +] 225 - + 226 - +[[package]] 227 - +name = "gdk-pixbuf-sys" 228 - +version = "0.9.1" 229 - +source = "registry+https://github.com/rust-lang/crates.io-index" 230 - +dependencies = [ 231 - + "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 232 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 233 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 234 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 235 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 236 - +] 237 - + 238 - +[[package]] 239 - +name = "gdk-sys" 240 - +version = "0.9.1" 241 - +source = "registry+https://github.com/rust-lang/crates.io-index" 242 - +dependencies = [ 243 - + "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", 244 - + "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 245 - + "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 246 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 247 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 248 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 249 - + "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 250 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 251 - +] 252 - + 253 - +[[package]] 254 - +name = "getopts" 255 - +version = "0.2.21" 256 - +source = "registry+https://github.com/rust-lang/crates.io-index" 257 - +dependencies = [ 258 - + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 259 - +] 260 - + 261 - +[[package]] 262 - +name = "getrandom" 263 - +version = "0.1.14" 264 - +source = "registry+https://github.com/rust-lang/crates.io-index" 265 - +dependencies = [ 266 - + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 267 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 268 - + "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", 269 - +] 270 - + 271 - +[[package]] 272 - +name = "gio" 273 - +version = "0.7.0" 274 - +source = "registry+https://github.com/rust-lang/crates.io-index" 275 - +dependencies = [ 276 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 277 - + "fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 278 - + "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 279 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 280 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 281 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 282 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 283 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 284 - +] 285 - + 286 - +[[package]] 287 - +name = "gio-sys" 288 - +version = "0.9.1" 289 - +source = "registry+https://github.com/rust-lang/crates.io-index" 290 - +dependencies = [ 291 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 292 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 293 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 294 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 295 - +] 296 - + 297 - +[[package]] 298 - +name = "glib" 299 - +version = "0.8.2" 300 - +source = "registry+https://github.com/rust-lang/crates.io-index" 301 - +dependencies = [ 302 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 303 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 304 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 305 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 306 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 307 - +] 308 - + 309 - +[[package]] 310 - +name = "glib-sys" 311 - +version = "0.9.1" 312 - +source = "registry+https://github.com/rust-lang/crates.io-index" 313 - +dependencies = [ 314 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 315 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 316 - +] 317 - + 318 - +[[package]] 319 - +name = "gobject-sys" 320 - +version = "0.9.1" 321 - +source = "registry+https://github.com/rust-lang/crates.io-index" 322 - +dependencies = [ 323 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 324 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 325 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 326 - +] 327 - + 328 - +[[package]] 329 - +name = "gtk" 330 - +version = "0.7.0" 331 - +source = "registry+https://github.com/rust-lang/crates.io-index" 332 - +dependencies = [ 333 - + "atk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 334 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 335 - + "cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 336 - + "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", 337 - + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", 338 - + "gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 339 - + "gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 340 - + "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 341 - + "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 342 - + "gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 343 - + "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 344 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 345 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 346 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 347 - + "gtk-sys 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", 348 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 349 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 350 - + "pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 351 - + "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 352 - +] 353 - + 354 - +[[package]] 355 - +name = "gtk-sys" 356 - +version = "0.9.2" 357 - +source = "registry+https://github.com/rust-lang/crates.io-index" 358 - +dependencies = [ 359 - + "atk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 360 - + "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", 361 - + "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 362 - + "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 363 - + "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 364 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 365 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 366 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 367 - + "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 368 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 369 - +] 370 - + 371 - +[[package]] 372 - +name = "human-panic" 373 - +version = "1.0.3" 374 - +source = "registry+https://github.com/rust-lang/crates.io-index" 375 - +dependencies = [ 376 - + "backtrace 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)", 377 - + "os_type 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 378 - + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", 379 - + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", 380 - + "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 381 - + "toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 382 - + "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 383 - +] 384 - + 385 - +[[package]] 386 - +name = "inotify" 387 - +version = "0.7.0" 388 - +source = "registry+https://github.com/rust-lang/crates.io-index" 389 - +dependencies = [ 390 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 391 - + "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 392 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 393 - +] 394 - + 395 - +[[package]] 396 - +name = "inotify-sys" 397 - +version = "0.1.3" 398 - +source = "registry+https://github.com/rust-lang/crates.io-index" 399 - +dependencies = [ 400 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 401 - +] 402 - + 403 - +[[package]] 404 - +name = "iovec" 405 - +version = "0.1.4" 406 - +source = "registry+https://github.com/rust-lang/crates.io-index" 407 - +dependencies = [ 408 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 409 - +] 410 - + 411 - +[[package]] 412 - +name = "kernel32-sys" 413 - +version = "0.2.2" 414 - +source = "registry+https://github.com/rust-lang/crates.io-index" 415 - +dependencies = [ 416 - + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 417 - + "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 418 - +] 419 - + 420 - +[[package]] 421 - +name = "lazy_static" 422 - +version = "1.4.0" 423 - +source = "registry+https://github.com/rust-lang/crates.io-index" 424 - + 425 - +[[package]] 426 - +name = "lazycell" 427 - +version = "1.2.1" 428 - +source = "registry+https://github.com/rust-lang/crates.io-index" 429 - + 430 - +[[package]] 431 - +name = "lexical-core" 432 - +version = "0.6.7" 433 - +source = "registry+https://github.com/rust-lang/crates.io-index" 434 - +dependencies = [ 435 - + "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", 436 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 437 - + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 438 - + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 439 - + "ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 440 - + "static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 441 - +] 442 - + 443 - +[[package]] 444 - +name = "libc" 445 - +version = "0.2.68" 446 - +source = "registry+https://github.com/rust-lang/crates.io-index" 447 - + 448 - +[[package]] 449 - +name = "log" 450 - +version = "0.4.8" 451 - +source = "registry+https://github.com/rust-lang/crates.io-index" 452 - +dependencies = [ 453 - + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 454 - +] 455 - + 456 - +[[package]] 457 - +name = "memchr" 458 - +version = "2.3.3" 459 - +source = "registry+https://github.com/rust-lang/crates.io-index" 460 - + 461 - +[[package]] 462 - +name = "mio" 463 - +version = "0.6.21" 464 - +source = "registry+https://github.com/rust-lang/crates.io-index" 465 - +dependencies = [ 466 - + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 467 - + "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 468 - + "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 469 - + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 470 - + "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 471 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 472 - + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 473 - + "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 474 - + "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 475 - + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 476 - + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 477 - +] 478 - + 479 - +[[package]] 480 - +name = "mio-extras" 481 - +version = "2.0.6" 482 - +source = "registry+https://github.com/rust-lang/crates.io-index" 483 - +dependencies = [ 484 - + "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 485 - + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 486 - + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", 487 - + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 488 - +] 489 - + 490 - +[[package]] 491 - +name = "miow" 492 - +version = "0.2.1" 493 - +source = "registry+https://github.com/rust-lang/crates.io-index" 494 - +dependencies = [ 495 - + "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 496 - + "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 497 - + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 498 - + "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 499 - +] 500 - + 501 - +[[package]] 502 - +name = "net2" 503 - +version = "0.2.33" 504 - +source = "registry+https://github.com/rust-lang/crates.io-index" 505 - +dependencies = [ 506 - + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 507 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 508 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 509 - +] 510 - + 511 - +[[package]] 512 - +name = "nodrop" 513 - +version = "0.1.14" 514 - +source = "registry+https://github.com/rust-lang/crates.io-index" 515 - + 516 - +[[package]] 517 - +name = "nom" 518 - +version = "5.1.1" 519 - +source = "registry+https://github.com/rust-lang/crates.io-index" 520 - +dependencies = [ 521 - + "lexical-core 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", 522 - + "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 523 - + "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 524 - +] 525 - + 526 - +[[package]] 527 - +name = "notify" 528 - +version = "4.0.15" 529 - +source = "registry+https://github.com/rust-lang/crates.io-index" 530 - +dependencies = [ 531 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 532 - + "filetime 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 533 - + "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 534 - + "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 535 - + "inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 536 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 537 - + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", 538 - + "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 539 - + "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 540 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 541 - +] 542 - + 543 - +[[package]] 544 - +name = "num-integer" 545 - +version = "0.1.42" 546 - +source = "registry+https://github.com/rust-lang/crates.io-index" 547 - +dependencies = [ 548 - + "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 549 - + "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", 550 - +] 551 - + 552 - +[[package]] 553 - +name = "num-traits" 554 - +version = "0.2.11" 555 - +source = "registry+https://github.com/rust-lang/crates.io-index" 556 - +dependencies = [ 557 - + "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 558 - +] 559 - + 560 - +[[package]] 561 - +name = "os_type" 562 - +version = "2.2.0" 563 - +source = "registry+https://github.com/rust-lang/crates.io-index" 564 - +dependencies = [ 565 - + "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 566 - +] 567 - + 568 - +[[package]] 569 - +name = "pango" 570 - +version = "0.7.0" 571 - +source = "registry+https://github.com/rust-lang/crates.io-index" 572 - +dependencies = [ 573 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 574 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 575 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 576 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 577 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 578 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 579 - + "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 580 - +] 581 - + 582 - +[[package]] 583 - +name = "pango-sys" 584 - +version = "0.9.1" 585 - +source = "registry+https://github.com/rust-lang/crates.io-index" 586 - +dependencies = [ 587 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 588 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 589 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 590 - + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", 591 - +] 592 - + 593 - +[[package]] 594 - +name = "pkg-config" 595 - +version = "0.3.17" 596 - +source = "registry+https://github.com/rust-lang/crates.io-index" 597 - + 598 - +[[package]] 599 - +name = "ppv-lite86" 600 - +version = "0.2.6" 601 - +source = "registry+https://github.com/rust-lang/crates.io-index" 602 - + 603 - +[[package]] 604 - +name = "proc-macro2" 605 - +version = "0.4.30" 606 - +source = "registry+https://github.com/rust-lang/crates.io-index" 607 - +dependencies = [ 608 - + "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 609 - +] 610 - + 611 - +[[package]] 612 - +name = "proc-macro2" 613 - +version = "1.0.10" 614 - +source = "registry+https://github.com/rust-lang/crates.io-index" 615 - +dependencies = [ 616 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 617 - +] 618 - + 619 - +[[package]] 620 - +name = "pulldown-cmark" 621 - +version = "0.6.1" 622 - +source = "registry+https://github.com/rust-lang/crates.io-index" 623 - +dependencies = [ 624 - + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 625 - + "getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", 626 - + "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 627 - + "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", 628 - +] 629 - + 630 - +[[package]] 631 - +name = "quote" 632 - +version = "0.6.13" 633 - +source = "registry+https://github.com/rust-lang/crates.io-index" 634 - +dependencies = [ 635 - + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 636 - +] 637 - + 638 - +[[package]] 639 - +name = "quote" 640 - +version = "1.0.3" 641 - +source = "registry+https://github.com/rust-lang/crates.io-index" 642 - +dependencies = [ 643 - + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", 644 - +] 645 - + 646 - +[[package]] 647 - +name = "rand" 648 - +version = "0.7.3" 649 - +source = "registry+https://github.com/rust-lang/crates.io-index" 650 - +dependencies = [ 651 - + "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", 652 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 653 - + "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 654 - + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 655 - + "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 656 - +] 657 - + 658 - +[[package]] 659 - +name = "rand_chacha" 660 - +version = "0.2.2" 661 - +source = "registry+https://github.com/rust-lang/crates.io-index" 662 - +dependencies = [ 663 - + "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 664 - + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 665 - +] 666 - + 667 - +[[package]] 668 - +name = "rand_core" 669 - +version = "0.5.1" 670 - +source = "registry+https://github.com/rust-lang/crates.io-index" 671 - +dependencies = [ 672 - + "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", 673 - +] 674 - + 675 - +[[package]] 676 - +name = "rand_hc" 677 - +version = "0.2.0" 678 - +source = "registry+https://github.com/rust-lang/crates.io-index" 679 - +dependencies = [ 680 - + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 681 - +] 682 - + 683 - +[[package]] 684 - +name = "redox_syscall" 685 - +version = "0.1.56" 686 - +source = "registry+https://github.com/rust-lang/crates.io-index" 687 - + 688 - +[[package]] 689 - +name = "regex" 690 - +version = "1.3.6" 691 - +source = "registry+https://github.com/rust-lang/crates.io-index" 692 - +dependencies = [ 693 - + "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", 694 - + "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 695 - + "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", 696 - + "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 697 - +] 698 - + 699 - +[[package]] 700 - +name = "regex-syntax" 701 - +version = "0.6.17" 702 - +source = "registry+https://github.com/rust-lang/crates.io-index" 703 - + 704 - +[[package]] 705 - +name = "relm" 706 - +version = "0.18.0" 707 - +source = "registry+https://github.com/rust-lang/crates.io-index" 708 - +dependencies = [ 709 - + "cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 710 - + "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 711 - + "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 712 - + "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 713 - + "gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 714 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 715 - + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 716 - + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 717 - + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 718 - +] 719 - + 720 - +[[package]] 721 - +name = "relm-attributes" 722 - +version = "0.16.0" 723 - +source = "registry+https://github.com/rust-lang/crates.io-index" 724 - +dependencies = [ 725 - + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 726 - + "relm-gen-widget 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", 727 - + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 728 - +] 729 - + 730 - +[[package]] 731 - +name = "relm-derive" 732 - +version = "0.18.0" 733 - +source = "registry+https://github.com/rust-lang/crates.io-index" 734 - +dependencies = [ 735 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 736 - + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 737 - + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 738 - + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 739 - +] 740 - + 741 - +[[package]] 742 - +name = "relm-gen-widget" 743 - +version = "0.16.0" 744 - +source = "registry+https://github.com/rust-lang/crates.io-index" 745 - +dependencies = [ 746 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 747 - + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 748 - + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 749 - + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", 750 - +] 751 - + 752 - +[[package]] 753 - +name = "rustc-demangle" 754 - +version = "0.1.16" 755 - +source = "registry+https://github.com/rust-lang/crates.io-index" 756 - + 757 - +[[package]] 758 - +name = "rustc_version" 759 - +version = "0.2.3" 760 - +source = "registry+https://github.com/rust-lang/crates.io-index" 761 - +dependencies = [ 762 - + "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 763 - +] 764 - + 765 - +[[package]] 766 - +name = "ryu" 767 - +version = "1.0.3" 768 - +source = "registry+https://github.com/rust-lang/crates.io-index" 769 - + 770 - +[[package]] 771 - +name = "same-file" 772 - +version = "1.0.6" 773 - +source = "registry+https://github.com/rust-lang/crates.io-index" 774 - +dependencies = [ 775 - + "winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 776 - +] 777 - + 778 - +[[package]] 779 - +name = "semver" 780 - +version = "0.9.0" 781 - +source = "registry+https://github.com/rust-lang/crates.io-index" 782 - +dependencies = [ 783 - + "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 784 - +] 785 - + 786 - +[[package]] 787 - +name = "semver-parser" 788 - +version = "0.7.0" 789 - +source = "registry+https://github.com/rust-lang/crates.io-index" 790 - + 791 - +[[package]] 792 - +name = "serde" 793 - +version = "1.0.106" 794 - +source = "registry+https://github.com/rust-lang/crates.io-index" 795 - + 796 - +[[package]] 797 - +name = "serde_derive" 798 - +version = "1.0.106" 799 - +source = "registry+https://github.com/rust-lang/crates.io-index" 800 - +dependencies = [ 801 - + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", 802 - + "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 803 - + "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", 804 - +] 805 - + 806 - +[[package]] 807 - +name = "slab" 808 - +version = "0.4.2" 809 - +source = "registry+https://github.com/rust-lang/crates.io-index" 810 - + 811 - +[[package]] 812 - +name = "static_assertions" 813 - +version = "0.3.4" 814 - +source = "registry+https://github.com/rust-lang/crates.io-index" 815 - + 816 - +[[package]] 817 - +name = "syn" 818 - +version = "0.15.44" 819 - +source = "registry+https://github.com/rust-lang/crates.io-index" 820 - +dependencies = [ 821 - + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", 822 - + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", 823 - + "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 824 - +] 825 - + 826 - +[[package]] 827 - +name = "syn" 828 - +version = "1.0.17" 829 - +source = "registry+https://github.com/rust-lang/crates.io-index" 830 - +dependencies = [ 831 - + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", 832 - + "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 833 - + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 834 - +] 835 - + 836 - +[[package]] 837 - +name = "termcolor" 838 - +version = "1.1.0" 839 - +source = "registry+https://github.com/rust-lang/crates.io-index" 840 - +dependencies = [ 841 - + "winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 842 - +] 843 - + 844 - +[[package]] 845 - +name = "thread_local" 846 - +version = "1.0.1" 847 - +source = "registry+https://github.com/rust-lang/crates.io-index" 848 - +dependencies = [ 849 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 850 - +] 851 - + 852 - +[[package]] 853 - +name = "time" 854 - +version = "0.1.42" 855 - +source = "registry+https://github.com/rust-lang/crates.io-index" 856 - +dependencies = [ 857 - + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", 858 - + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 859 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 860 - +] 861 - + 862 - +[[package]] 863 - +name = "todo-txt" 864 - +version = "1.4.0" 865 - +source = "registry+https://github.com/rust-lang/crates.io-index" 866 - +dependencies = [ 867 - + "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", 868 - + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 869 - + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 870 - + "nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 871 - + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 872 - + "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 873 - +] 874 - + 875 - +[[package]] 876 - +name = "toml" 877 - +version = "0.5.6" 878 - +source = "registry+https://github.com/rust-lang/crates.io-index" 879 - +dependencies = [ 880 - + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", 881 - +] 882 - + 883 - +[[package]] 884 - +name = "unicase" 885 - +version = "2.6.0" 886 - +source = "registry+https://github.com/rust-lang/crates.io-index" 887 - +dependencies = [ 888 - + "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 889 - +] 890 - + 891 - +[[package]] 892 - +name = "unicode-width" 893 - +version = "0.1.7" 894 - +source = "registry+https://github.com/rust-lang/crates.io-index" 895 - + 896 - +[[package]] 897 - +name = "unicode-xid" 898 - +version = "0.1.0" 899 - +source = "registry+https://github.com/rust-lang/crates.io-index" 900 - + 901 - +[[package]] 902 - +name = "unicode-xid" 903 - +version = "0.2.0" 904 - +source = "registry+https://github.com/rust-lang/crates.io-index" 905 - + 906 - +[[package]] 907 - +name = "uuid" 908 - +version = "0.8.1" 909 - +source = "registry+https://github.com/rust-lang/crates.io-index" 910 - +dependencies = [ 911 - + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 912 - +] 913 - + 914 - +[[package]] 915 - +name = "version_check" 916 - +version = "0.9.1" 917 - +source = "registry+https://github.com/rust-lang/crates.io-index" 918 - + 919 - +[[package]] 920 - +name = "walkdir" 921 - +version = "2.3.1" 922 - +source = "registry+https://github.com/rust-lang/crates.io-index" 923 - +dependencies = [ 924 - + "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 925 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 926 - + "winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 927 - +] 928 - + 929 - +[[package]] 930 - +name = "wasi" 931 - +version = "0.9.0+wasi-snapshot-preview1" 932 - +source = "registry+https://github.com/rust-lang/crates.io-index" 933 - + 934 - +[[package]] 935 - +name = "winapi" 936 - +version = "0.2.8" 937 - +source = "registry+https://github.com/rust-lang/crates.io-index" 938 - + 939 - +[[package]] 940 - +name = "winapi" 941 - +version = "0.3.8" 942 - +source = "registry+https://github.com/rust-lang/crates.io-index" 943 - +dependencies = [ 944 - + "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 945 - + "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 946 - +] 947 - + 948 - +[[package]] 949 - +name = "winapi-build" 950 - +version = "0.1.1" 951 - +source = "registry+https://github.com/rust-lang/crates.io-index" 952 - + 953 - +[[package]] 954 - +name = "winapi-i686-pc-windows-gnu" 955 - +version = "0.4.0" 956 - +source = "registry+https://github.com/rust-lang/crates.io-index" 957 - + 958 - +[[package]] 959 - +name = "winapi-util" 960 - +version = "0.1.4" 961 - +source = "registry+https://github.com/rust-lang/crates.io-index" 962 - +dependencies = [ 963 - + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 964 - +] 965 - + 966 - +[[package]] 967 - +name = "winapi-x86_64-pc-windows-gnu" 968 - +version = "0.4.0" 969 - +source = "registry+https://github.com/rust-lang/crates.io-index" 970 - + 971 - +[[package]] 972 - +name = "ws2_32-sys" 973 - +version = "0.2.1" 974 - +source = "registry+https://github.com/rust-lang/crates.io-index" 975 - +dependencies = [ 976 - + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 977 - + "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 978 - +] 979 - + 980 - +[[package]] 981 - +name = "xdg" 982 - +version = "2.2.0" 983 - +source = "registry+https://github.com/rust-lang/crates.io-index" 984 - + 985 - +[metadata] 986 - +"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" 987 - +"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" 988 - +"checksum atk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "86b7499272acf036bb5820c6e346bbfb5acc5dceb104bc2c4fd7e6e33dfcde6a" 989 - +"checksum atk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f" 990 - +"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" 991 - +"checksum backtrace 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)" = "a4ed64ae6d9ebfd9893193c4b2532b1292ec97bd8271c9d7d0fa90cd78a34cba" 992 - +"checksum backtrace-sys 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118" 993 - +"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 994 - +"checksum cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e05db47de3b0f09a222fa4bba2eab957d920d4243962a86b2d77ab401e4a359c" 995 - +"checksum cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63" 996 - +"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" 997 - +"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" 998 - +"checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" 999 - +"checksum filetime 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e" 1000 - +"checksum fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f8140122fa0d5dcb9fc8627cfce2b37cc1500f752636d46ea28bc26785c2f9" 1001 - +"checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 1002 - +"checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 1003 - +"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 1004 - +"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 1005 - +"checksum gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6243e995f41f3a61a31847e54cc719edce93dd9140c89dca3b9919be1cfe22d5" 1006 - +"checksum gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9726408ee1bbada83094326a99b9c68fea275f9dbb515de242a69e72051f4fcc" 1007 - +"checksum gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0" 1008 - +"checksum gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb" 1009 - +"checksum getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 1010 - +"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" 1011 - +"checksum gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6261b5d34c30c2d59f879e643704cf54cb44731f3a2038000b68790c03e360e3" 1012 - +"checksum gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911" 1013 - +"checksum glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "be27232841baa43e0fd5ae003f7941925735b2f733a336dc75f07b9eff415e7b" 1014 - +"checksum glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2" 1015 - +"checksum gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9" 1016 - +"checksum gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "709f1074259d4685b96133f92b75c7f35b504715b0fcdc96ec95de2607296a60" 1017 - +"checksum gtk-sys 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1" 1018 - +"checksum human-panic 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "39f357a500abcbd7c5f967c1d45c8838585b36743823b9d43488f24850534e36" 1019 - +"checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" 1020 - +"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" 1021 - +"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 1022 - +"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1023 - +"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1024 - +"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" 1025 - +"checksum lexical-core 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f86d66d380c9c5a685aaac7a11818bdfa1f733198dfd9ec09c70b762cd12ad6f" 1026 - +"checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" 1027 - +"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 1028 - +"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" 1029 - +"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" 1030 - +"checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 1031 - +"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" 1032 - +"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" 1033 - +"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 1034 - +"checksum nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6" 1035 - +"checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" 1036 - +"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" 1037 - +"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" 1038 - +"checksum os_type 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7edc011af0ae98b7f88cf7e4a83b70a54a75d2b8cb013d6efd02e5956207e9eb" 1039 - +"checksum pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "393fa071b144f8ffb83ede273758983cf414ca3c0b1d2a5a9ce325b3ba3dd786" 1040 - +"checksum pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d" 1041 - +"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" 1042 - +"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" 1043 - +"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 1044 - +"checksum proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3" 1045 - +"checksum pulldown-cmark 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1c205cc82214f3594e2d50686730314f817c67ffa80fe800cf0db78c3c2b9d9e" 1046 - +"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 1047 - +"checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" 1048 - +"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 1049 - +"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 1050 - +"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 1051 - +"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 1052 - +"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 1053 - +"checksum regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3" 1054 - +"checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" 1055 - +"checksum relm 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4127341a75eb96dc99ba39b87a2783bb011b20fbdbafc25ed2f58216d2ff714" 1056 - +"checksum relm-attributes 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a8db24611fee7bb021f3aad7c4eaaba6d360947860b78b933a4d3ef86079b7f" 1057 - +"checksum relm-derive 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec66397054dc1ea6c658159866b9978add6a90655aba5dd4a90c34d2e63f9d69" 1058 - +"checksum relm-gen-widget 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49ad47b054bdc12c90fb6b37c81ef785ee2a4a8a92c4e150b18325052766fbb0" 1059 - +"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 1060 - +"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1061 - +"checksum ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76" 1062 - +"checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1063 - +"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1064 - +"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 1065 - +"checksum serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399" 1066 - +"checksum serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c" 1067 - +"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 1068 - +"checksum static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3" 1069 - +"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 1070 - +"checksum syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03" 1071 - +"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" 1072 - +"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 1073 - +"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" 1074 - +"checksum todo-txt 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d77aa2f90bd72b990bb2b8de52289b7a34f51cf035627df5e3ce361b321b417" 1075 - +"checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" 1076 - +"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1077 - +"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" 1078 - +"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 1079 - +"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 1080 - +"checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" 1081 - +"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" 1082 - +"checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" 1083 - +"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 1084 - +"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1085 - +"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" 1086 - +"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1087 - +"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1088 - +"checksum winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e" 1089 - +"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1090 - +"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1091 - +"checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"