# 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" rust-version = "1.70" name = "libpanel" version = "0.5.0" authors = ["Jason Francis "] include = [ "/src", "/examples", "/README.md", "/COPYING", ] description = "Rust bindings for GNOME libpanel" homepage = "https://world.pages.gitlab.gnome.org/Rust/libpanel-rs/" documentation = "https://world.pages.gitlab.gnome.org/Rust/libpanel-rs/stable/latest/docs/libpanel" readme = "README.md" keywords = [ "gtk4-rs", "gnome", "adwaita", "panel", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/libpanel-rs" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libpanel" [[bin]] name = "main" path = "examples/basic/main.rs" [dependencies.adw] version = "0.7" package = "libadwaita" [dependencies.ffi] version = "0.5.0" package = "libpanel-sys" [dependencies.futures-core] version = "0.3" default-features = false [dependencies.gdk] version = "0.9" package = "gdk4" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.gtk] version = "0.9" package = "gtk4" [dependencies.libc] version = "0.2.140" [features] adw_v1_2 = ["adw/v1_2"] default = [] v1_2 = ["ffi/v1_2"] v1_4 = [ "v1_2", "ffi/v1_4", ] v1_8 = [ "v1_4", "ffi/v1_8", ]