552 lines
		
	
	
		
			26 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			552 lines
		
	
	
		
			26 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
[[package]]
 | 
						|
name = "aho-corasick"
 | 
						|
version = "0.7.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ansi_term"
 | 
						|
version = "0.11.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atk-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atty"
 | 
						|
version = "0.2.14"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitflags"
 | 
						|
version = "1.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-rs"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-sys-rs"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cc"
 | 
						|
version = "1.0.50"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "clap"
 | 
						|
version = "2.32.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dtoa"
 | 
						|
version = "0.4.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fragile"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio"
 | 
						|
version = "0.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib"
 | 
						|
version = "0.6.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gobject-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gtk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "atk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hermit-abi"
 | 
						|
version = "0.1.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lazy_static"
 | 
						|
version = "1.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.66"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "linked-hash-map"
 | 
						|
version = "0.5.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "maplit"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memchr"
 | 
						|
version = "2.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memmap"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango-sys"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pkg-config"
 | 
						|
version = "0.3.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro2"
 | 
						|
version = "1.0.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "quote"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex"
 | 
						|
version = "1.1.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex-syntax"
 | 
						|
version = "0.6.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rs"
 | 
						|
version = "0.1.0"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gtk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "gtk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "xkbcommon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde"
 | 
						|
version = "1.0.104"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_derive"
 | 
						|
version = "1.0.104"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_yaml"
 | 
						|
version = "0.8.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "strsim"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "syn"
 | 
						|
version = "1.0.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "textwrap"
 | 
						|
version = "0.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thread_local"
 | 
						|
version = "0.3.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-width"
 | 
						|
version = "0.1.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-xid"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "utf8-ranges"
 | 
						|
version = "1.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "vec_map"
 | 
						|
version = "0.8.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi"
 | 
						|
version = "0.3.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-i686-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-x86_64-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "xkbcommon"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "yaml-rust"
 | 
						|
version = "0.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[metadata]
 | 
						|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
 | 
						|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
 | 
						|
"checksum atk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7017e53393e713212aed7aea336b6553be4927f58c37070a56c2fe3d107e489"
 | 
						|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 | 
						|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
 | 
						|
"checksum cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd940f0d609699e343ef71c4af5f66423afbf30d666f796dabd8fd15229cf5b6"
 | 
						|
"checksum cairo-sys-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d25596627380be4381247dba06c69ad05ca21b3b065bd9827e416882ac41dcd2"
 | 
						|
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
 | 
						|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
 | 
						|
"checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
 | 
						|
"checksum fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f8140122fa0d5dcb9fc8627cfce2b37cc1500f752636d46ea28bc26785c2f9"
 | 
						|
"checksum gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc52c7244046df9d959df87289f1fc5cca23f9f850bab0c967963e2ecb83a96"
 | 
						|
"checksum gdk-pixbuf 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc3aa730cb4df3de5d9fed59f43afdf9e5fb2d3d10bfcbd04cec031435ce87f5"
 | 
						|
"checksum gdk-pixbuf-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08284f16ce4d909b10d785a763ba190e222d2c1557b29908bf0a661e27a8ac3b"
 | 
						|
"checksum gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "108548ebf5329b551f2b97ab356908d14627905abb74b936c3372de1535aee81"
 | 
						|
"checksum gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "29a44b051990573448edc80b1995237f8b97b5734d2aec05105b9242aa10af11"
 | 
						|
"checksum gio-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6975ada29f7924dc1c90b30ed3b32d777805a275556c05e420da4fbdc22eb250"
 | 
						|
"checksum glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a333edf5b9f1411c246ef14e7881b087255f04c56dbef48c64a0cb039b4b340"
 | 
						|
"checksum glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3573351e846caed9f11207b275cd67bc07f0c2c94fb628e5d7c92ca056c7882d"
 | 
						|
"checksum gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08475e4a08f27e6e2287005950114735ed61cec2cb8c1187682a5aec8c69b715"
 | 
						|
"checksum gtk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56a6b30f194f09a17bb7ffa95c3ecdb405abd3b75ff981f831b1f6d18fe115ff"
 | 
						|
"checksum gtk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d487d333a4b87072e6bf9f2e55befa0ebef01b9496c2e263c0f4a1ff3d6c04b1"
 | 
						|
"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
 | 
						|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | 
						|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
 | 
						|
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
 | 
						|
"checksum maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 | 
						|
"checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
 | 
						|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
 | 
						|
"checksum pango 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c2cb169402a3eb1ba034a7cc7d95b8b1c106e9be5ba4be79a5a93dc1a2795f4"
 | 
						|
"checksum pango-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6eb49268e69dd0c1da5d3001a61aac08e2e9d2bfbe4ae4b19b9963c998f6453"
 | 
						|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
 | 
						|
"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc"
 | 
						|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
 | 
						|
"checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad"
 | 
						|
"checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90"
 | 
						|
"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
 | 
						|
"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
 | 
						|
"checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35"
 | 
						|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
 | 
						|
"checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8"
 | 
						|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
 | 
						|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
 | 
						|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
 | 
						|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
 | 
						|
"checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
 | 
						|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
 | 
						|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
 | 
						|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 | 
						|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 | 
						|
"checksum xkbcommon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fda0ea5f7ddabd51deeeda7799bee06274112f577da7dd3d954b8eda731b2fce"
 | 
						|
"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
 |