pango 0.9.0

Rust bindings for the Pango library
Documentation
[badges.appveyor]
repository = "GuillaumeGomez/pango"
service = "github"

[badges.travis-ci]
repository = "gtk-rs/pango"
[build-dependencies.gtk-rs-lgpl-docs]
optional = true
version = "0.1"
[dependencies.bitflags]
version = "1.0"

[dependencies.glib]
version = "0.10.0"

[dependencies.glib-sys]
version = "0.10.0"

[dependencies.gobject-sys]
version = "0.10.0"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1.0"

[dependencies.pango-sys]
version = "0.10.0"
[dev-dependencies.gir-format-check]
version = "^0.1"

[features]
dox = ["pango-sys/dox", "glib/dox"]
embed-lgpl-docs = ["gtk-rs-lgpl-docs"]
purge-lgpl-docs = ["gtk-rs-lgpl-docs"]
v1_38 = ["pango-sys/v1_38"]
v1_40 = ["v1_38"]
v1_42 = ["v1_40", "pango-sys/v1_42"]
v1_44 = ["v1_42", "pango-sys/v1_44"]

[package]
authors = ["The Gtk-rs Project Developers"]
description = "Rust bindings for the Pango library"
documentation = "http://gtk-rs.org/docs/pango/"
exclude = ["gir-files/*"]
homepage = "http://gtk-rs.org/"
keywords = ["pango", "gtk-rs", "gnome"]
license = "MIT"
name = "pango"
readme = "README.md"
repository = "https://github.com/gtk-rs/pango"
version = "0.9.0"
[package.metadata.docs.rs]
features = ["dox", "embed-lgpl-docs"]