neovim-gtk/Cargo.lock

622 lines
27 KiB
Plaintext
Raw Normal View History

2016-03-16 14:39:53 +00:00
[root]
2017-03-30 15:25:54 +00:00
name = "nvim-gtk"
2017-05-13 18:59:56 +00:00
version = "0.1.2"
2016-03-16 14:39:53 +00:00
dependencies = [
"cairo-rs 0.1.3 (git+https://github.com/gtk-rs/cairo)",
"cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)",
2017-04-03 11:17:06 +00:00
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.5.3 (git+https://github.com/gtk-rs/gdk)",
"gdk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gio 0.1.3 (git+https://github.com/gtk-rs/gio)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-06-03 11:41:11 +00:00
"gtk 0.1.3 (git+https://github.com/gtk-rs/gtk)",
"gtk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-13 14:31:19 +00:00
"htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-28 09:33:09 +00:00
"neovim-lib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.1.3 (git+https://github.com/gtk-rs/pango)",
"pango-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"pangocairo 0.1.3 (git+https://github.com/RazrFalcon/pangocairo-rs)",
"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)",
2017-05-21 12:47:29 +00:00
"serde 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-13 14:31:19 +00:00
"toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
2017-04-03 11:17:06 +00:00
[[package]]
name = "aho-corasick"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-03-16 14:39:53 +00:00
[[package]]
name = "atk-sys"
2017-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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-05-13 14:31:19 +00:00
version = "0.5.0"
2016-03-16 14:39:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
2017-05-13 14:31:19 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-19 10:27:39 +00:00
[[package]]
name = "byteorder"
version = "1.0.0"
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-05-13 14:31:19 +00:00
version = "0.1.3"
source = "git+https://github.com/gtk-rs/cairo#94beb78be68b1aca2cba0ece84b526687f6fd623"
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)",
"cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/cairo#94beb78be68b1aca2cba0ece84b526687f6fd623"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-04-03 11:17:06 +00:00
[[package]]
name = "env_logger"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-03-16 14:39:53 +00:00
[[package]]
name = "gdk"
2017-05-13 14:31:19 +00:00
version = "0.5.3"
source = "git+https://github.com/gtk-rs/gdk#7c6ed03f875a6cedb5b77343db42eb45de481a1c"
2016-03-16 14:39:53 +00:00
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.1.3 (git+https://github.com/gtk-rs/cairo)",
"cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)",
"gdk-pixbuf 0.1.3 (git+https://github.com/gtk-rs/gdk-pixbuf)",
"gdk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gio 0.1.3 (git+https://github.com/gtk-rs/gio)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.1.3 (git+https://github.com/gtk-rs/pango)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gdk-pixbuf"
2017-05-13 14:31:19 +00:00
version = "0.1.3"
source = "git+https://github.com/gtk-rs/gdk-pixbuf#09fafcfc515b9866d4aa88b026cc2261bf322350"
2016-03-16 14:39:53 +00:00
dependencies = [
"gdk-pixbuf-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2017-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)",
"gdk-pixbuf-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gio-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"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-05-13 14:31:19 +00:00
version = "0.1.3"
source = "git+https://github.com/gtk-rs/gio#7f54acd011ae831a7827c02170d9b90208128a26"
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-03-16 14:39:53 +00:00
[[package]]
name = "gio-sys"
2017-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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-05-13 14:31:19 +00:00
version = "0.1.3"
source = "git+https://github.com/gtk-rs/glib#691ad4a4b715c1747d1acf627999b755eb1745fd"
2016-03-16 14:39:53 +00:00
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-13 14:31:19 +00:00
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "glib-sys"
2017-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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-05-13 14:31:19 +00:00
version = "0.1.3"
2017-06-03 11:41:11 +00:00
source = "git+https://github.com/gtk-rs/gtk#9c2c15e34beac5d2bd7e329160d4e79c0dcb7d02"
2016-03-16 14:39:53 +00:00
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.1.3 (git+https://github.com/gtk-rs/cairo)",
"cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)",
"gdk 0.5.3 (git+https://github.com/gtk-rs/gdk)",
"gdk-pixbuf 0.1.3 (git+https://github.com/gtk-rs/gdk-pixbuf)",
"gdk-pixbuf-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gdk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gio 0.1.3 (git+https://github.com/gtk-rs/gio)",
"gio-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gtk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.1.3 (git+https://github.com/gtk-rs/pango)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "gtk-sys"
2017-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
"atk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)",
"gdk-pixbuf-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gdk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gio-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"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"
2017-04-03 11:17:06 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-05-13 14:31:19 +00:00
[[package]]
name = "lazy_static"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
[[package]]
name = "libc"
2017-05-21 12:47:29 +00:00
version = "0.2.20"
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]]
name = "log"
2017-04-01 21:18:08 +00:00
version = "0.3.7"
2016-03-24 09:21:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2017-04-03 11:17:06 +00:00
[[package]]
name = "memchr"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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"
2017-05-28 09:33:09 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-19 10:27:39 +00:00
dependencies = [
2017-04-01 21:18:08 +00:00
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-13 14:31:19 +00:00
"rmp 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rmpv 0.3.4 (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-03-05 17:52:46 +00:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-16 14:39:53 +00:00
[[package]]
name = "pango"
2017-05-13 14:31:19 +00:00
version = "0.1.3"
source = "git+https://github.com/gtk-rs/pango#4a974b5bda739077e4ef9fc6720b1f76dc8f3491"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-03-05 17:52:46 +00:00
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2016-03-16 14:39:53 +00:00
]
[[package]]
name = "pango-sys"
2017-05-13 14:31:19 +00:00
version = "0.3.4"
source = "git+https://github.com/gtk-rs/sys#518d3a5dad0d8af2c0ff02180e369bf4f4f16a73"
2016-03-16 14:39:53 +00:00
dependencies = [
2017-05-13 14:31:19 +00:00
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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-05-21 12:47:29 +00:00
version = "0.1.3"
source = "git+https://github.com/RazrFalcon/pangocairo-rs#532494fde8c4296b232582e23a28498adb5486a1"
2017-03-05 17:52:46 +00:00
dependencies = [
"cairo-rs 0.1.3 (git+https://github.com/gtk-rs/cairo)",
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
"pango 0.1.3 (git+https://github.com/gtk-rs/pango)",
"pango-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"pangocairo-sys 0.3.4 (git+https://github.com/RazrFalcon/pangocairo-rs)",
2017-03-05 17:52:46 +00:00
]
[[package]]
name = "pangocairo-sys"
2017-05-21 12:47:29 +00:00
version = "0.3.4"
source = "git+https://github.com/RazrFalcon/pangocairo-rs#532494fde8c4296b232582e23a28498adb5486a1"
2017-03-05 17:52:46 +00:00
dependencies = [
"cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)",
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
"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)",
"rand 0.3.15 (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"
version = "0.3.15"
2016-04-02 20:00:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (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"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-03-19 10:27:39 +00:00
[[package]]
name = "rmp"
2017-05-13 14:31:19 +00:00
version = "0.8.6"
2016-03-19 10:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-05 17:52:46 +00:00
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-19 10:27:39 +00:00
]
[[package]]
name = "rmpv"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-13 14:31:19 +00:00
"rmp 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde"
2017-05-21 12:47:29 +00:00
version = "1.0.7"
2017-05-13 14:31:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde_derive"
2017-05-21 12:47:29 +00:00
version = "1.0.7"
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)",
"serde_derive_internals 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_derive_internals"
version = "0.15.0"
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)",
]
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-id"
2017-05-21 12:47:29 +00:00
version = "3.1.0"
2017-04-03 11:17:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
]
[[package]]
name = "thread_local"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-05-21 12:47:29 +00:00
"thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-03 11:17:06 +00:00
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-05-13 14:31:19 +00:00
[[package]]
name = "toml"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-05-21 12:47:29 +00:00
"serde 1.0.7 (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 = [
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-21 12:47:29 +00:00
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
2017-04-03 11:17:06 +00:00
[[package]]
name = "unreachable"
version = "0.1.1"
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"
2017-04-03 11:17:06 +00:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
2017-04-03 11:17:06 +00:00
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
"checksum atk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
2017-05-13 14:31:19 +00:00
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
2017-05-13 14:31:19 +00:00
"checksum c_vec 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6237ac5a4b1e81c213c24c6437964c61e646df910a914b4ab1487b46df20bd13"
"checksum cairo-rs 0.1.3 (git+https://github.com/gtk-rs/cairo)" = "<none>"
"checksum cairo-sys-rs 0.3.4 (git+https://github.com/gtk-rs/cairo)" = "<none>"
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
2017-04-03 11:17:06 +00:00
"checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
"checksum gdk 0.5.3 (git+https://github.com/gtk-rs/gdk)" = "<none>"
"checksum gdk-pixbuf 0.1.3 (git+https://github.com/gtk-rs/gdk-pixbuf)" = "<none>"
"checksum gdk-pixbuf-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum gdk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum gio 0.1.3 (git+https://github.com/gtk-rs/gio)" = "<none>"
"checksum gio-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum glib 0.1.3 (git+https://github.com/gtk-rs/glib)" = "<none>"
"checksum glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
2017-06-03 11:41:11 +00:00
"checksum gtk 0.1.3 (git+https://github.com/gtk-rs/gtk)" = "<none>"
"checksum gtk-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
2017-05-13 14:31:19 +00:00
"checksum htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
2017-04-03 11:17:06 +00:00
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2017-05-13 14:31:19 +00:00
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
2017-05-21 12:47:29 +00:00
"checksum libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "684f330624d8c3784fb9558ca46c4ce488073a8d22450415c5eb4f4cfb0d11b5"
2017-04-01 21:18:08 +00:00
"checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
2017-04-03 11:17:06 +00:00
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
2017-05-28 09:33:09 +00:00
"checksum neovim-lib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cd81cd2140309fcbe61775ebe5901b0730e5fdae2558a6cd27539e6e730fa76a"
2017-03-05 17:52:46 +00:00
"checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
"checksum pango 0.1.3 (git+https://github.com/gtk-rs/pango)" = "<none>"
"checksum pango-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum pangocairo 0.1.3 (git+https://github.com/RazrFalcon/pangocairo-rs)" = "<none>"
"checksum pangocairo-sys 0.3.4 (git+https://github.com/RazrFalcon/pangocairo-rs)" = "<none>"
"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"
"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
2017-04-03 11:17:06 +00:00
"checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
"checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
2017-05-13 14:31:19 +00:00
"checksum rmp 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7ce560a5728f4eec697f07f8d7fa20608893d44b4f5b8f9f5f51a2987f3cffe2"
"checksum rmpv 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "45368daa6c60116376d8813ec6a2556df640229709becb8f80df1651f882e7af"
2017-05-21 12:47:29 +00:00
"checksum serde 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c0c3d79316a6051231925504f6ef893d45088e8823c77a8331a3dcf427ee9087"
"checksum serde_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0019cd5b9f0529a1a0e145a912e9a2d60c325c58f7f260fc36c71976e9d76aee"
2017-05-13 14:31:19 +00:00
"checksum serde_derive_internals 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "021c338d22c7e30f957a6ab7e388cb6098499dda9fd4ba1661ee074ca7a180d1"
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-05-21 12:47:29 +00:00
"checksum thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773"
2017-04-03 11:17:06 +00:00
"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
2017-05-13 14:31:19 +00:00
"checksum toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4cc5dbfb20a481e64b99eb7ae280859ec76730c7191570ba5edaa962394edb0a"
"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-04-03 11:17:06 +00:00
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
"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"
2017-04-03 11:17:06 +00:00
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"