gio 0.20.4

Rust bindings for the Gio library
Documentation
[dependencies.futures-channel]
version = "0.3"

[dependencies.futures-core]
default-features = false
version = "0.3"

[dependencies.futures-io]
version = "0.3"

[dependencies.futures-util]
default-features = false
version = "0.3"

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

[dependencies.glib]
version = "0.20"

[dependencies.libc]
version = "0.2"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.smallvec]
version = "1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.futures-util]
features = ["io"]
version = "0.3"

[dev-dependencies.gir-format-check]
version = "^0.1"

[dev-dependencies.serial_test]
version = "3"

[features]
v2_58 = ["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"]
v2_66 = ["v2_64", "gio-sys/v2_66", "glib/v2_66"]
v2_68 = ["v2_66", "gio-sys/v2_68", "glib/v2_68"]
v2_70 = ["v2_68", "gio-sys/v2_70", "glib/v2_70"]
v2_72 = ["v2_70", "gio-sys/v2_72", "glib/v2_72"]
v2_74 = ["v2_72", "gio-sys/v2_74", "glib/v2_74"]
v2_76 = ["v2_74", "gio-sys/v2_76", "glib/v2_76"]
v2_78 = ["v2_76", "gio-sys/v2_78", "glib/v2_78"]
v2_80 = ["v2_78", "gio-sys/v2_80", "glib/v2_80"]
v2_82 = ["v2_80", "gio-sys/v2_82", "glib/v2_82"]

[lib]
name = "gio"
path = "src/lib.rs"

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

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[[test]]
name = "check_gir"
path = "tests/check_gir.rs"

[[test]]
name = "std_io_copy"
path = "tests/std_io_copy.rs"