[package] name = "libgweather" version = "4.5.0" authors = ["Jamie Murphy "] edition = "2021" readme = "../README.md" homepage = "https://gitlab.gnome.org/World/Rust/libgweather-rs" description = "Rust bindings for libgweather" license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/libgweather-rs" documentation = "https://world.pages.gitlab.gnome.org/Rust/libgweather-rs" categories = ["api-bindings"] keywords = ["gtk-rs", "gnome", "weather", "gweather"] [lib] name = "libgweather" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] libc = "0.2" [dependencies.ffi] package = "gweather-sys" path = "./sys" version = "4.5.0" [dependencies.glib] git = "https://github.com/gtk-rs/gtk-rs-core" version = "0.20" branch = "0.20" [dependencies.gio] git = "https://github.com/gtk-rs/gtk-rs-core" version = "0.20" branch = "0.20"