relm-core 0.15.2

Core streams and event loop primitives for asynchronous GUI in Rust. Foundation for the relm crate.
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-core"
version = "0.15.2"
authors = ["Antoni Boucher <bouanto@zoho.com>"]
description = "Core streams and event loop primitives for asynchronous GUI in Rust. Foundation for the relm crate."
documentation = "https://docs.rs/relm-core/"
categories = ["asynchronous", "gui"]
license = "MIT"
repository = "https://github.com/antoyo/relm"
[dependencies.glib]
version = "^0.6.0"

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

[dependencies.gtk]
version = "^0.5.0"

[dependencies.libc]
version = "^0.2.39"
[dev-dependencies.chrono]
version = "0.4"

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