[dependencies.gio]
version = "0.20"
[dependencies.glib]
version = "0.20.3"
[dependencies.libc]
version = "0.2"
[dependencies.pango-sys]
version = "0.20"
[dev-dependencies.gir-format-check]
version = "^0.1"
[features]
v1_42 = ["pango-sys/v1_42"]
v1_44 = ["v1_42", "pango-sys/v1_44"]
v1_46 = ["v1_44", "pango-sys/v1_46"]
v1_48 = ["v1_46", "pango-sys/v1_48"]
v1_50 = ["v1_48", "pango-sys/v1_50"]
v1_52 = ["v1_50", "pango-sys/v1_52"]
v1_54 = ["v1_52", "pango-sys/v1_54"]
[lib]
name = "pango"
path = "src/lib.rs"
[package]
authors = ["The gtk-rs Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust bindings for the Pango library"
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/pango/"
edition = "2021"
exclude = ["gir-files/*"]
homepage = "https://gtk-rs.org/"
keywords = ["pango", "gtk-rs", "gnome"]
license = "MIT"
name = "pango"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk-rs-core"
rust-version = "1.70"
version = "0.20.6"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
[[test]]
name = "check_gir"
path = "tests/check_gir.rs"