gio 0.14.8

Rust bindings for the Gio library
Documentation
[package]
name = "gio"
license = "MIT"
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
keywords = ["glib", "gio", "gtk-rs", "gnome"]
readme = "README.md"
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/"
version = "0.14.8"
description = "Rust bindings for the Gio library"
repository = "https://github.com/gtk-rs/gtk-rs-core"
exclude = [
    "gir-files/*",
]
edition = "2018"
build = "build.rs"

[lib]
name = "gio"

[features]
v2_50 = ["ffi/v2_50", "glib/v2_50"]
v2_52 = ["v2_50", "ffi/v2_52", "glib/v2_52"]
v2_54 = ["v2_52", "ffi/v2_54", "glib/v2_54"]
v2_56 = ["v2_54", "ffi/v2_56", "glib/v2_56"]
v2_58 = ["v2_56", "ffi/v2_58", "glib/v2_58"]
v2_60 = ["v2_58", "ffi/v2_60", "glib/v2_60"]
v2_62 = ["v2_60", "ffi/v2_62", "glib/v2_62"]
v2_64 = ["v2_62", "ffi/v2_64", "glib/v2_64"]
v2_66 = ["v2_64", "ffi/v2_66", "glib/v2_66"]
dox = ["ffi/dox", "glib/dox"]

[package.metadata.docs.rs]
features = ["dox"]

[dependencies]
libc = "0.2"
bitflags = "1.0"
once_cell = "1.0"
futures-core = { version = "0.3", default-features = false }
futures-channel = "0.3"
futures-io = "0.3"
ffi = {package = "gio-sys", path = "./sys", version = "0.14.0"}
glib = {version = "0.14.0", path = "../glib"}
thiserror = "1"

[dev-dependencies]
futures-util = { version = "0.3", features = ["io"] }
gir-format-check = "^0.1"
serial_test = "0.5"