relm 0.11.0

Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.glib]
version = "^0.4.0"

[dependencies.glib-sys]
version = "^0.5.0"

[dependencies.gobject-sys]
version = "^0.5.0"

[dependencies.gtk]
version = "^0.3.0"

[dependencies.gtk-sys]
version = "^0.5.0"

[dependencies.libc]
version = "^0.2.22"

[dependencies.relm-core]
version = "^0.11.0"

[dependencies.relm-state]
version = "^0.11.0"
[dev-dependencies.chrono]
version = "^0.3.0"

[dev-dependencies.futures]
version = "^0.1.17"

[dev-dependencies.gio]
version = "^0.3.0"

[dev-dependencies.relm-attributes]
version = "^0.11.0"

[dev-dependencies.relm-derive]
version = "^0.11.0"

[dev-dependencies.relm-test]
version = "^0.11.0"

[features]
nightly = []
use_impl_trait = ["relm-state/use_impl_trait"]
[badges.appveyor]
branch = "master"
repository = "antoyo/relm"

[badges.travis-ci]
branch = "master"
repository = "antoyo/relm"