neovim-gtk/Cargo.lock

679 lines
32 KiB
Plaintext
Raw Normal View History

2017-04-03 11:17:06 +00:00
[[package]]
name = "aho-corasick"
2017-12-31 09:47:50 +00:00
version = "0.6.4"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
]
2016-03-16 14:39:53 +00:00
[[package]]
name = "atk-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "bitflags"
2017-12-31 09:47:50 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-06-08 14:17:08 +00:00
[[package]]
name = "bitflags"
2017-12-31 09:47:50 +00:00
version = "1.0.1"
2017-06-08 14:17:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-19 10:27:39 +00:00
[[package]]
name = "byteorder"
2017-12-31 09:47:50 +00:00
version = "1.2.1"
2016-03-19 10:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
[[package]]
name = "c_vec"
2017-05-13 14:31:19 +00:00
version = "1.2.1"
2016-03-16 14:39:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cairo-rs"
2017-12-31 09:47:50 +00:00
version = "0.3.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"c_vec 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-12-31 09:47:50 +00:00
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-05 17:52:46 +00:00
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "cairo-sys-rs"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-05 17:52:46 +00:00
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "cfg-if"
2017-07-09 11:15:23 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dtoa"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-04-03 11:17:06 +00:00
[[package]]
name = "env_logger"
2017-07-09 11:15:23 +00:00
version = "0.4.3"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
]
2017-12-31 09:47:50 +00:00
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
[[package]]
name = "gdk"
2017-12-31 09:47:50 +00:00
version = "0.7.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gdk-pixbuf"
2017-12-31 09:47:50 +00:00
version = "0.3.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"gdk-pixbuf-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gdk-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gio"
2017-12-31 09:47:50 +00:00
version = "0.3.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-03-16 14:39:53 +00:00
[[package]]
name = "gio-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "glib"
2017-12-31 09:47:50 +00:00
version = "0.4.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "glib-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gobject-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gtk"
2017-12-31 09:47:50 +00:00
version = "0.3.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gtk-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"atk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
2017-05-13 14:31:19 +00:00
[[package]]
name = "htmlescape"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "itoa"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-05-13 14:31:19 +00:00
[[package]]
name = "lazy_static"
2017-12-31 09:47:50 +00:00
version = "0.2.11"
2017-05-13 14:31:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
[[package]]
2017-12-31 09:47:50 +00:00
name = "lazy_static"
version = "1.0.0"
2016-03-16 14:39:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-24 09:21:27 +00:00
[[package]]
2017-12-31 09:47:50 +00:00
name = "libc"
version = "0.2.34"
2016-03-24 09:21:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2017-12-31 09:47:50 +00:00
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2017-12-31 09:47:50 +00:00
name = "log"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-04-03 11:17:06 +00:00
[[package]]
name = "memchr"
2017-12-31 09:47:50 +00:00
version = "2.0.1"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
]
2016-03-19 10:27:39 +00:00
[[package]]
name = "neovim-lib"
2018-01-05 12:56:55 +00:00
version = "0.5.1"
2018-01-05 19:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-19 10:27:39 +00:00
dependencies = [
2018-01-05 12:56:55 +00:00
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-12-31 09:47:50 +00:00
"rmp 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-09 13:43:47 +00:00
"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)",
2016-03-19 10:27:39 +00:00
]
[[package]]
name = "num-traits"
2017-12-31 09:47:50 +00:00
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
[[package]]
2017-12-31 09:47:50 +00:00
name = "nvim-gtk"
2017-08-21 15:10:52 +00:00
version = "0.2.0"
2017-12-31 09:47:50 +00:00
dependencies = [
"cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-01-05 19:07:51 +00:00
"neovim-lib 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-12-31 09:47:50 +00:00
"pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pangocairo 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pangocairo-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pango"
version = "0.3.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "pango-sys"
2017-12-31 09:47:50 +00:00
version = "0.5.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-05 17:52:46 +00:00
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pangocairo"
2017-12-31 09:47:50 +00:00
version = "0.4.1"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-03-05 17:52:46 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pangocairo-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-05 17:52:46 +00:00
]
[[package]]
name = "pangocairo-sys"
2017-12-31 09:47:50 +00:00
version = "0.6.0"
2017-08-21 15:10:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-03-05 17:52:46 +00:00
dependencies = [
2017-12-31 09:47:50 +00:00
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
2016-04-02 20:00:18 +00:00
[[package]]
name = "phf"
version = "0.7.21"
2016-04-02 20:00:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
2016-04-02 20:00:18 +00:00
]
[[package]]
name = "phf_codegen"
version = "0.7.21"
2016-04-02 20:00:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
2016-04-02 20:00:18 +00:00
]
[[package]]
name = "phf_generator"
version = "0.7.21"
2016-04-02 20:00:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
2017-12-31 09:47:50 +00:00
"rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
2016-04-02 20:00:18 +00:00
]
[[package]]
name = "phf_shared"
version = "0.7.21"
2016-04-02 20:00:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-04-01 21:18:08 +00:00
"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-04-02 20:00:18 +00:00
2016-03-16 14:39:53 +00:00
[[package]]
name = "pkg-config"
version = "0.3.9"
2016-03-16 14:39:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-05-13 14:31:19 +00:00
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-04-02 20:00:18 +00:00
[[package]]
name = "rand"
2017-12-31 09:47:50 +00:00
version = "0.3.19"
2016-04-02 20:00:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2016-04-02 20:00:18 +00:00
]
2017-04-03 11:17:06 +00:00
[[package]]
name = "regex"
2017-12-31 09:47:50 +00:00
version = "0.2.5"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
2017-12-31 09:47:50 +00:00
version = "0.4.2"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-19 10:27:39 +00:00
[[package]]
name = "rmp"
2017-12-31 09:47:50 +00:00
version = "0.8.7"
2016-03-19 10:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-19 10:27:39 +00:00
]
[[package]]
name = "rmpv"
2017-11-09 13:43:47 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"num-traits 0.1.41 (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.27 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_bytes 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-13 14:31:19 +00:00
]
[[package]]
name = "serde"
2017-12-31 09:47:50 +00:00
version = "1.0.27"
2017-05-13 14:31:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-11-09 13:43:47 +00:00
[[package]]
name = "serde_bytes"
2017-12-31 09:47:50 +00:00
version = "0.10.3"
2017-11-09 13:43:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2017-11-09 13:43:47 +00:00
]
2017-05-13 14:31:19 +00:00
[[package]]
name = "serde_derive"
2017-12-31 09:47:50 +00:00
version = "1.0.27"
2017-05-13 14:31:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
2017-12-31 09:47:50 +00:00
"serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-13 14:31:19 +00:00
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_derive_internals"
2017-12-31 09:47:50 +00:00
version = "0.19.0"
2017-05-13 14:31:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_json"
2017-12-31 09:47:50 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2017-12-31 09:47:50 +00:00
"num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-03-19 10:27:39 +00:00
[[package]]
name = "siphasher"
2017-04-01 21:18:08 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-05-13 14:31:19 +00:00
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-04-03 11:17:06 +00:00
[[package]]
name = "thread_local"
2017-12-31 09:47:50 +00:00
version = "0.3.5"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-07-09 11:15:23 +00:00
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
]
2017-05-13 14:31:19 +00:00
[[package]]
name = "toml"
version = "0.4.5"
2017-05-13 14:31:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-12-31 09:47:50 +00:00
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-13 14:31:19 +00:00
]
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "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 = [
2017-07-09 11:15:23 +00:00
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2017-12-31 09:47:50 +00:00
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-04-03 11:17:06 +00:00
[[package]]
name = "unreachable"
2017-07-09 11:15:23 +00:00
version = "1.0.0"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "utf8-ranges"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-03-05 17:52:46 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
2017-12-31 09:47:50 +00:00
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
"checksum atk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "33a67fd81e1922dddc335887516f2f5254534e89c9d39fa89bca5d79bd150d34"
2017-06-08 14:17:08 +00:00
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
2017-12-31 09:47:50 +00:00
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
2017-05-13 14:31:19 +00:00
"checksum c_vec 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6237ac5a4b1e81c213c24c6437964c61e646df910a914b4ab1487b46df20bd13"
2017-12-31 09:47:50 +00:00
"checksum cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6b5695f59fd036fe5741bc5a4eb20c78fbe42256e3b08a2af26bbcbe8070bf3"
"checksum cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c6e18fecaeac51809db57f45f4553cc0975225a7eb435a7a7e91e5e8113a84d"
2017-07-09 11:15:23 +00:00
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
2017-07-09 11:15:23 +00:00
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
2017-12-31 09:47:50 +00:00
"checksum fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd510087c325af53ba24f3be8f1c081b0982319adcb8b03cad764512923ccc19"
"checksum fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "08b3a6f13ad6b96572b53ce7af74543132f1a7055ccceb6d073dd36c54481859"
"checksum gdk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e51db95be6565011bcd5cd99f9b17fdd585001057a999b21e09f1e8c28deb9"
"checksum gdk-pixbuf 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16160d212ae91abe9f3324c3fb233929ba322dde63585d15cda3336f8c529ed1"
"checksum gdk-pixbuf-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "798f97101eea8180da363d0e80e07ec7ec6d1809306601c0100c1de5bc8b4f52"
"checksum gdk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4ee916f5f25c5f4b21bd9dcb12a216ae697406940ff9476358c308a8ececada"
"checksum gio 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84ba5a2beb559059a0c9c2bd3681743cdede8d9a36c775840bca800333b22867"
"checksum gio-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a303bbf7a5e75ab3b627117ff10e495d1b9e97e1d68966285ac2b1f6270091bc"
"checksum glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450247060df7d52fdad31e1d66f30d967e925c9d1d26a0ae050cfe33dcd00d08"
"checksum glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9693049613ff52b93013cc3d2590366d8e530366d288438724b73f6c7dc4be8"
"checksum gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60d507c87a71b1143c66ed21a969be9b99a76df234b342d733e787e6c9c7d7c2"
"checksum gtk 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0847c507e52c1feaede13ef56fb4847742438602655449d5f1f782e8633f146f"
"checksum gtk-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "905fcfbaaad1b44ec0b4bba9e4d527d728284c62bc2ba41fccedace2b096766f"
2017-05-13 14:31:19 +00:00
"checksum htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
2017-12-31 09:47:50 +00:00
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
"checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
2018-01-05 19:07:51 +00:00
"checksum neovim-lib 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "db5378fd4e5e33e3f3fd7d2d6519a6598fcb9b4c0c5959da1307e16241cef696"
2017-12-31 09:47:50 +00:00
"checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
"checksum pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e81c404ab81ea7ea2fc2431a0a7672507b80e4b8bf4b41eac3fc83cc665104e"
"checksum pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34f34a1be107fe16abb2744e0e206bee4b3b07460b5fddd3009a6aaf60bd69ab"
"checksum pangocairo 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41a8620ece55098d741bacf4d3aa52398f85ce83cfe0d8f670fa11de88f52c40"
"checksum pangocairo-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34ec010b38a2a6dafdf3d86ffe1251a0ae759208ec85f78c66c0445481bd5a8"
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
2017-05-13 14:31:19 +00:00
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2017-12-31 09:47:50 +00:00
"checksum rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e7944d95d25ace8f377da3ac7068ce517e4c646754c43a1b1849177bbf72e59"
"checksum regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "744554e01ccbd98fff8c457c3b092cd67af62a555a43bfe97ae8a0451f7799fa"
"checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e"
"checksum rmp 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a3d45d7afc9b132b34a2479648863aa95c5c88e98b32285326a6ebadc80ec5c9"
2017-11-09 13:43:47 +00:00
"checksum rmpv 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29af0205707de955a396a1d3c657677c65f791ebabb63c0596c0b2fec0bf6325"
2017-12-31 09:47:50 +00:00
"checksum serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526"
"checksum serde_bytes 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "52b678af90a3aebc4484c22d639bf374eb7d598988edb33fa73c4febd6046a59"
"checksum serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ba7591cfe93755e89eeecdbcc668885624829b020050e6aec99c2a03bd3fd0"
"checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5"
"checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb"
2017-04-01 21:18:08 +00:00
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
2017-05-13 14:31:19 +00:00
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2017-12-31 09:47:50 +00:00
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
2017-05-13 14:31:19 +00:00
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
"checksum unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
2017-07-09 11:15:23 +00:00
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
2017-04-03 11:17:06 +00:00
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2017-03-05 17:52:46 +00:00
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"