relm 0.4.2

Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust
Documentation
[package]
authors = ["Antoni Boucher <bouanto@zoho.com>"]
categories = ["asynchronous", "gui"]
description = "Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust"
documentation = "https://docs.rs/relm/"
license = "MIT"
name = "relm"
repository = "https://github.com/antoyo/relm"
version = "0.4.2"

[dependencies]
futures = "^0.1.10"
glib = "^0.1.2"
glib-itc = "^0.1.1"
gobject-sys = "^0.3.3"
gtk = "^0.1.1"
gtk-sys = "^0.3.3"
log = "^0.3.7"
relm-core = "^0.1.1"

[dev-dependencies]
base64 = "^0.4.0"
blake2 = "^0.4.0"
byteorder = "^1.0.0"
chrono = "^0.3.0"
gdk-pixbuf = "^0.1.1"
gdk-sys = "^0.3.3"
json = "^0.11.5"
rand = "^0.3.15"
relm-attributes = "^0.1.0"
relm-derive = "^0.2.0"
relm-test = "^0.1.0"
simplelog = "^0.4.2"
tokio-core = "^0.1.4"
tokio-proto = "^0.1.0"
tokio-service = "^0.1.0"
twist = "^0.5.0"
url = "^1.4.0"

#[dev-dependencies.hyper]
#git = "https://github.com/hyperium/hyper"

#[dev-dependencies.hyper-tls]
#git = "https://github.com/hyperium/hyper-tls"

[features]
nightly = []
use_impl_trait = []