11[package ]
22name = " gio"
3- license = " MIT"
4- homepage = " https://gtk-rs.org/"
5- authors = [" The gtk-rs Project Developers" ]
63keywords = [" glib" , " gio" , " gtk-rs" , " gnome" ]
74readme = " README.md"
85documentation = " https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/"
9- version = " 0.19.0"
106description = " Rust bindings for the Gio library"
11- repository = " https://github.com/gtk-rs/gtk-rs-core"
12- exclude = [
13- " gir-files/*" ,
14- ]
15- edition = " 2021"
16- rust-version = " 1.70"
177build = " build.rs"
8+ authors.workspace = true
9+ edition.workspace = true
10+ exclude.workspace = true
11+ homepage.workspace = true
12+ license.workspace = true
13+ repository.workspace = true
14+ rust-version.workspace = true
15+ version.workspace = true
1816
1917[lib ]
2018name = " gio"
@@ -33,26 +31,21 @@ v2_76 = ["v2_74", "ffi/v2_76", "glib/v2_76"]
3331v2_78 = [" v2_76" , " ffi/v2_78" , " glib/v2_78" ]
3432v2_80 = [" v2_78" , " ffi/v2_80" , " glib/v2_80" ]
3533
36- [package .metadata .docs .rs ]
37- all-features = true
38- rustc-args = [" --cfg" , " docsrs" ]
39- rustdoc-args = [" --cfg" , " docsrs" , " --generate-link-to-definition" ]
40-
4134[dependencies ]
42- libc = " 0.2 "
43- once_cell = " 1.19 "
35+ libc.workspace = true
36+ once_cell.workspace = true
4437futures-core = { version = " 0.3" , default-features = false }
4538futures-channel = " 0.3"
4639futures-io = " 0.3"
4740futures-util = { version = " 0.3" , default-features = false }
4841ffi = { package = " gio-sys" , path = " sys" }
49- glib = { path = " ../glib " }
50- thiserror = " 1 "
42+ glib.workspace = true
43+ thiserror.workspace = true
5144pin-project-lite = " 0.2"
5245smallvec = " 1"
5346
5447[dev-dependencies ]
5548futures = " 0.3"
5649futures-util = { version = " 0.3" , features = [" io" ] }
57- gir-format-check = " ^0.1 "
50+ gir-format-check.workspace = true
5851serial_test = " 3"
0 commit comments