gio 0.7.0

Rust bindings for the Gio library
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 = "gio"
version = "0.7.0"
authors = ["The Gtk-rs Project Developers"]
build = "build.rs"
exclude = ["gir-files/*"]
description = "Rust bindings for the Gio library"
homepage = "http://gtk-rs.org/"
documentation = "http://gtk-rs.org/docs/gio/"
readme = "README.md"
keywords = ["glib", "gio", "gtk-rs", "gnome"]
license = "MIT"
repository = "https://github.com/gtk-rs/gio"

[lib]
name = "gio"
[dependencies.bitflags]
version = "1.0"

[dependencies.fragile]
version = "0.3"

[dependencies.futures-preview]
version = "0.3.0-alpha"
optional = true

[dependencies.gio-sys]
version = "0.9.0"

[dependencies.glib]
version = "0.8.0"

[dependencies.glib-sys]
version = "0.9.0"

[dependencies.gobject-sys]
version = "0.9.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"
[dev-dependencies.gir-format-check]
version = "^0.1"
[build-dependencies.gtk-rs-lgpl-docs]
version = "0.1.3"
optional = true

[features]
dox = ["gio-sys/dox", "glib/dox"]
embed-lgpl-docs = ["gtk-rs-lgpl-docs"]
futures = ["futures-preview", "glib/futures"]
purge-lgpl-docs = ["gtk-rs-lgpl-docs"]
subclassing = ["glib/subclassing"]
v2_44 = ["gio-sys/v2_44", "glib/v2_44"]
v2_46 = ["v2_44", "gio-sys/v2_46", "glib/v2_46"]
v2_48 = ["v2_46", "gio-sys/v2_48", "glib/v2_48"]
v2_50 = ["v2_48", "gio-sys/v2_50", "glib/v2_50"]
v2_52 = ["v2_50", "gio-sys/v2_52", "glib/v2_52"]
v2_54 = ["v2_52", "gio-sys/v2_54", "glib/v2_54"]
v2_56 = ["v2_54", "gio-sys/v2_56", "glib/v2_56"]
v2_58 = ["v2_56", "gio-sys/v2_58", "glib/v2_58"]
[badges.appveyor]
repository = "GuillaumeGomez/gio"
service = "github"

[badges.travis-ci]
repository = "gtk-rs/gio"