rsproject/libadwaita-0.4.4/Cargo.toml
2024-03-02 00:19:08 +08:00

99 lines
1.9 KiB
TOML

# 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 = "libadwaita"
version = "0.4.4"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
description = "Rust bindings for libadwaita"
homepage = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita"
readme = "README.md"
keywords = [
"gtk4-rs",
"gnome",
"adwaita",
"GUI",
]
categories = [
"api-bindings",
"gui",
]
license = "MIT"
repository = "https://gitlab.gnome.org/World/Rust/libadwaita-rs"
resolver = "1"
[package.metadata.docs.rs]
features = ["dox"]
[lib]
name = "libadwaita"
[dependencies.bitflags]
version = "1.0"
[dependencies.ffi]
version = "0.4"
package = "libadwaita-sys"
[dependencies.gdk]
version = "0.6"
package = "gdk4"
[dependencies.gdk-pixbuf]
version = "0.17"
[dependencies.gio]
version = "0.17"
[dependencies.glib]
version = "0.17"
[dependencies.gtk]
version = "0.6"
package = "gtk4"
[dependencies.libc]
version = "0.2"
[dependencies.pango]
version = "0.17"
[features]
dox = [
"glib/dox",
"gio/dox",
"gdk-pixbuf/dox",
"pango/dox",
"gdk/dox",
"gtk/dox",
"ffi/dox",
]
gtk_v4_10 = ["gtk_v4_8"]
gtk_v4_2 = []
gtk_v4_4 = ["gtk_v4_2"]
gtk_v4_6 = ["gtk_v4_4"]
gtk_v4_8 = ["gtk_v4_6"]
v1_1 = ["ffi/v1_1"]
v1_2 = [
"v1_1",
"ffi/v1_2",
]
v1_3 = [
"v1_2",
"ffi/v1_3",
]
v1_4 = [
"v1_3",
"ffi/v1_4",
]