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