summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorVille Hakulinen <ville.hakulinen@gmail.com>2018-07-06 14:53:11 +0300
committerVille Hakulinen <ville.hakulinen@gmail.com>2018-07-06 14:53:11 +0300
commit206a70d1a2d55bd3f7d479b470f35bab02820cdc (patch)
tree11da5f36645687473df3d708a19c1160fa5c3502 /Cargo.lock
Init - draws initial screen
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock437
1 files changed, 437 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..310ab98
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,437 @@
+[[package]]
+name = "atk-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "bitflags"
+version = "0.9.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "bitflags"
+version = "1.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "byteorder"
+version = "1.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "c_vec"
+version = "1.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "cairo-rs"
+version = "0.4.0"
+source = "git+https://github.com/gtk-rs/cairo#aba6ba003d80b37b2a20ce9f683b267c8acd8a02"
+dependencies = [
+ "c_vec 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "cairo-sys-rs"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/cairo#aba6ba003d80b37b2a20ce9f683b267c8acd8a02"
+dependencies = [
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "cc"
+version = "1.0.17"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "cfg-if"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "gdk"
+version = "0.8.0"
+source = "git+https://github.com/gtk-rs/gdk#5bdf96f3098ed36a2776fbcd74bd887abe58d2f6"
+dependencies = [
+ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.4.0 (git+https://github.com/gtk-rs/cairo)",
+ "cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)",
+ "gdk-pixbuf 0.4.0 (git+https://github.com/gtk-rs/gdk-pixbuf)",
+ "gdk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gio 0.4.0 (git+https://github.com/gtk-rs/gio)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango 0.4.0",
+]
+
+[[package]]
+name = "gdk-pixbuf"
+version = "0.4.0"
+source = "git+https://github.com/gtk-rs/gdk-pixbuf#6d0838454cde7abc0eac470a37f80d291b37de53"
+dependencies = [
+ "gdk-pixbuf-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gio 0.4.0 (git+https://github.com/gtk-rs/gio)",
+ "gio-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "gdk-pixbuf-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "gio-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "gdk-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)",
+ "gdk-pixbuf-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gio-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "gio"
+version = "0.4.0"
+source = "git+https://github.com/gtk-rs/gio#85ab44277b52b52a0b7362a7daeaaa06b9a20c74"
+dependencies = [
+ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gio-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "send-cell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "gio-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "glib"
+version = "0.5.0"
+source = "git+https://github.com/gtk-rs/glib#a5e1d028af1f4b94faa1c637f1cb9f81b5301083"
+dependencies = [
+ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "glib-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "gnvim"
+version = "0.1.0"
+dependencies = [
+ "cairo-rs 0.4.0 (git+https://github.com/gtk-rs/cairo)",
+ "gio 0.4.0 (git+https://github.com/gtk-rs/gio)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "gtk 0.4.0 (git+https://github.com/gtk-rs/gtk)",
+ "neovim-lib 0.5.3",
+ "pango 0.4.0",
+ "pangocairo 0.5.0 (git+https://github.com/gtk-rs/pangocairo)",
+]
+
+[[package]]
+name = "gobject-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "gtk"
+version = "0.4.0"
+source = "git+https://github.com/gtk-rs/gtk#693e33eb823253ffd6c4b50d83b3f3047897881d"
+dependencies = [
+ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.4.0 (git+https://github.com/gtk-rs/cairo)",
+ "cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)",
+ "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gdk 0.8.0 (git+https://github.com/gtk-rs/gdk)",
+ "gdk-pixbuf 0.4.0 (git+https://github.com/gtk-rs/gdk-pixbuf)",
+ "gdk-pixbuf-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gdk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gio 0.4.0 (git+https://github.com/gtk-rs/gio)",
+ "gio-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gtk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango 0.4.0",
+]
+
+[[package]]
+name = "gtk-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "atk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)",
+ "gdk-pixbuf-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gdk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gio-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "lazy_static"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "libc"
+version = "0.2.42"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "log"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "neovim-lib"
+version = "0.5.3"
+dependencies = [
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rmp 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rmpv 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "num-traits"
+version = "0.1.43"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "num-traits"
+version = "0.2.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "pango"
+version = "0.4.0"
+dependencies = [
+ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+]
+
+[[package]]
+name = "pango-sys"
+version = "0.6.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "pangocairo"
+version = "0.5.0"
+source = "git+https://github.com/gtk-rs/pangocairo#cb628061a9c56291025c1ee891c2d35180244d00"
+dependencies = [
+ "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.4.0 (git+https://github.com/gtk-rs/cairo)",
+ "cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)",
+ "glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango 0.4.0",
+ "pango-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "pangocairo-sys 0.7.0 (git+https://github.com/gtk-rs/sys)",
+]
+
+[[package]]
+name = "pangocairo-sys"
+version = "0.7.0"
+source = "git+https://github.com/gtk-rs/sys#83d3f0a6c6ba5bb8efe1f75d5d1c9abadc200680"
+dependencies = [
+ "cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)",
+ "glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
+ "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "pkg-config"
+version = "0.3.11"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "rmp"
+version = "0.8.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rmpv"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rmp 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "send-cell"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "serde"
+version = "1.0.69"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "serde_bytes"
+version = "0.10.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "unix_socket"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "winapi"
+version = "0.3.5"
+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"
+
+[metadata]
+"checksum atk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
+"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
+"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
+"checksum c_vec 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fa8f19d0a87ec08bc2925d8aa809bdd3b38d3f2c32f7b247f2cd4c56aa005ac5"
+"checksum cairo-rs 0.4.0 (git+https://github.com/gtk-rs/cairo)" = "<none>"
+"checksum cairo-sys-rs 0.6.0 (git+https://github.com/gtk-rs/cairo)" = "<none>"
+"checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d"
+"checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e"
+"checksum gdk 0.8.0 (git+https://github.com/gtk-rs/gdk)" = "<none>"
+"checksum gdk-pixbuf 0.4.0 (git+https://github.com/gtk-rs/gdk-pixbuf)" = "<none>"
+"checksum gdk-pixbuf-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum gdk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum gio 0.4.0 (git+https://github.com/gtk-rs/gio)" = "<none>"
+"checksum gio-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum glib 0.5.0 (git+https://github.com/gtk-rs/glib)" = "<none>"
+"checksum glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum gtk 0.4.0 (git+https://github.com/gtk-rs/gtk)" = "<none>"
+"checksum gtk-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739"
+"checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
+"checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2"
+"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
+"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
+"checksum pango-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum pangocairo 0.5.0 (git+https://github.com/gtk-rs/pangocairo)" = "<none>"
+"checksum pangocairo-sys 0.7.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
+"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
+"checksum rmp 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a3d45d7afc9b132b34a2479648863aa95c5c88e98b32285326a6ebadc80ec5c9"
+"checksum rmpv 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29af0205707de955a396a1d3c657677c65f791ebabb63c0596c0b2fec0bf6325"
+"checksum send-cell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fecc1ff30726db72867bc644a57a8914e7cb023b396489873f78e11f9c96b280"
+"checksum serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)" = "210e5a3b159c566d7527e9b22e44be73f2e0fcc330bb78fef4dbccb56d2e74c8"
+"checksum serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "adb6e51a6b3696b301bc221d785f898b4457c619b51d7ce195a6d20baecb37b3"
+"checksum unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
+"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
+"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"