libshumate 0.7.0

Rust bindings for libshumate
[dependencies.ffi]
package = "libshumate-sys"
version = "0.7"

[dependencies.gdk]
package = "gdk4"
version = "0.10"

[dependencies.gdk-pixbuf]
version = "0.21"

[dependencies.gio]
version = "0.21"

[dependencies.glib]
version = "0.21"

[dependencies.gtk]
package = "gtk4"
version = "0.10"

[dependencies.libc]
version = "0.2"

[features]
gtk_v4_18 = ["gtk/v4_18"]
v1_1 = ["ffi/v1_1"]
v1_2 = ["v1_1", "ffi/v1_2"]
v1_4 = ["v1_2", "ffi/v1_4"]
v1_5 = ["v1_4", "ffi/v1_5"]

[lib]
name = "libshumate"
path = "src/lib.rs"

[package]
authors = ["Corentin Noël <corentin.noel@collabora.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "gui"]
description = "Rust bindings for libshumate"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libshumate-rs/stable/latest/docs/libshumate"
edition = "2021"
homepage = "https://world.pages.gitlab.gnome.org/Rust/libshumate-rs/"
keywords = ["gtk4-rs", "gnome", "Map", "GUI"]
license = "MIT"
name = "libshumate"
readme = "README.md"
repository = "https://gitlab.gnome.org/World/Rust/libshumate-rs"
version = "0.7.0"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]