mg 0.7.0

Minimal UI library based on GTK+.
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 = "mg"
version = "0.7.0"
authors = ["Antoni Boucher <bouanto@zoho.com>"]
description = "Minimal UI library based on GTK+."
documentation = "https://antoyo.github.io/mg/mg/"
categories = ["gui"]
license = "MIT"
repository = "https://github.com/antoyo/mg"
[dependencies.futures]
version = "^0.1.14"

[dependencies.futures-glib]
version = "^0.3.0"

[dependencies.gdk]
version = "^0.7.0"

[dependencies.glib]
version = "^0.4.0"

[dependencies.gtk]
version = "^0.3.0"

[dependencies.log]
version = "^0.3"

[dependencies.mg-settings]
version = "^0.4.0"

[dependencies.pango]
version = "^0.3.0"

[dependencies.relm]
version = "^0.12.0"

[dependencies.relm-attributes]
version = "^0.12.0"

[dependencies.relm-derive]
version = "^0.12.0"
[dev-dependencies.libxdo]
version = "^0.4.1"

[dev-dependencies.mg-settings-macros]
version = "^0.4.0"

[dev-dependencies.pretty_env_logger]
version = "^0.1.0"

[features]
default = ["gtk/v3_22", "relm/unstable", "relm-attributes/unstable", "relm-derive/unstable"]
nightly = []