# 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 = "2021" name = "libgweather" version = "4.5.0" authors = ["Jamie Murphy "] build = 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" resolver = "1" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libgweather" path = "src/lib.rs" [dependencies.ffi] version = "4.5.0" package = "gweather-sys" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.libc] version = "0.2"