[[test]]
edition = "2018"
name = "futures"
path = "tests/futures.rs"
[[test]]
name = "std_io_copy"
path = "tests/std_io_copy.rs"
[[test]]
name = "check_gir"
path = "tests/check_gir.rs"
[badges.appveyor]
repository = "GuillaumeGomez/gio"
service = "github"
[badges.travis-ci]
repository = "gtk-rs/gio"
[build-dependencies.gtk-rs-lgpl-docs]
optional = true
version = "0.1"
[dependencies.bitflags]
version = "1.0"
[dependencies.futures]
version = "0.3"
[dependencies.futures-channel]
version = "0.3"
[dependencies.futures-core]
version = "0.3"
[dependencies.futures-io]
version = "0.3"
[dependencies.futures-util]
version = "0.3"
[dependencies.gio-sys]
version = "0.10.0"
[dependencies.glib]
version = "0.10.0"
[dependencies.glib-sys]
version = "0.10.0"
[dependencies.gobject-sys]
version = "0.10.0"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1.0"
[dependencies.thiserror]
version = "1"
[dev-dependencies.gir-format-check]
version = "^0.1"
[dev-dependencies.serial_test]
version = "0.4"
[dev-dependencies.serial_test_derive]
version = "0.4"
[features]
dox = ["gio-sys/dox", "glib/dox"]
embed-lgpl-docs = ["gtk-rs-lgpl-docs"]
purge-lgpl-docs = ["gtk-rs-lgpl-docs"]
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"]
v2_60 = ["v2_58", "gio-sys/v2_60", "glib/v2_60"]
v2_62 = ["v2_60", "gio-sys/v2_62", "glib/v2_62"]
v2_64 = ["v2_62", "gio-sys/v2_64", "glib/v2_64"]
[lib]
name = "gio"
[package]
authors = ["The Gtk-rs Project Developers"]
build = "build.rs"
description = "Rust bindings for the Gio library"
documentation = "http://gtk-rs.org/docs/gio/"
exclude = ["gir-files/*"]
homepage = "http://gtk-rs.org/"
keywords = ["glib", "gio", "gtk-rs", "gnome"]
license = "MIT"
name = "gio"
readme = "README.md"
repository = "https://github.com/gtk-rs/gio"
version = "0.9.1"
[package.metadata.docs.rs]
features = ["dox", "embed-lgpl-docs"]