relm 0.15.2

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.15.2"
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"
[[package.metadata.release.pre-release-replacements]]
file = "README.adoc"
replace = "relm = \"{{version}}\""
search = "relm = \"[a-z0-9^\\.-]+\""

[[package.metadata.release.pre-release-replacements]]
file = "src/lib.rs"
replace = "relm = \"{{version}}\""
search = "relm = \"[a-z0-9^\\.-]+\""
[dependencies.cairo-rs]
version = "^0.5.0"

[dependencies.glib]
version = "^0.6.0"

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

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

[dependencies.gtk]
version = "^0.5.0"

[dependencies.libc]
version = "^0.2.22"

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

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

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

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

[dev-dependencies.gtk-test]
version = "^0.2"

[dev-dependencies.rand]
version = "^0.5.1"

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

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

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

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

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