libgweather 4.7.0

Rust bindings for libgweather
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"