relm 0.14.6

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.14.6"
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.glib]
version = "^0.5.0"

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

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

[dependencies.gtk]
version = "^0.4.0"

[dependencies.libc]
version = "^0.2.22"

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

[dependencies.relm-state]
version = "^0.14.0"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.gdk]
version = "^0.8.0"

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

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

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

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

[features]
default = ["unstable"]
nightly = []
unstable = []
[badges.appveyor]
branch = "master"
repository = "antoyo/relm"

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