libshumate 0.8.0

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

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

[features]
gtk_v4_18 = ["gtk/v4_18"]
gtk_v4_6 = ["gtk/v4_6"]
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",
]
v1_6 = [
    "v1_5",
    "ffi/v1_6",
]

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

[dependencies.ffi]
version = "0.8.0"
package = "libshumate-sys"

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

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

[dependencies.gio]
version = "0.22"

[dependencies.glib]
version = "0.22"

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

[dependencies.libc]
version = "0.2"