[package]
edition = "2024"
name = "libgweather"
version = "4.7.0"
authors = ["Jamie Murphy <hello@itsjamie.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libgweather"
homepage = "https://gitlab.gnome.org/World/Rust/libgweather-rs"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libgweather-rs"
readme = "README.md"
keywords = [
"gtk-rs",
"gnome",
"weather",
"gweather",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://gitlab.gnome.org/World/Rust/libgweather-rs"
[package.metadata.docs.rs]
all-features = true
rustc-args = [
"--cfg",
"docsrs",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
[lib]
name = "libgweather"
path = "src/lib.rs"
[dependencies.ffi]
version = "4.7.0"
package = "gweather-sys"
[dependencies.gio]
version = "0.21.5"
[dependencies.glib]
version = "0.21.5"
[dependencies.libc]
version = "0.2"