vte4 0.9.0

Rust bindings for the VTE Gtk4 library
Documentation
[dependencies.cairo-rs]
version = "0.21"

[dependencies.ffi]
package = "vte4-sys"
version = "0.9"

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

[dependencies.gio]
version = "0.21"

[dependencies.glib]
version = "0.21"

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

[dependencies.io-lifetimes]
version = "2.0.3"

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.21"

[features]
default = []
v0_66 = ["ffi/v0_66"]
v0_70 = ["v0_66", "ffi/v0_70"]
v0_72 = ["v0_70", "ffi/v0_72"]
v0_74 = ["v0_72", "ffi/v0_74"]
v0_76 = ["v0_74", "ffi/v0_76"]
v0_78 = ["v0_76", "ffi/v0_78"]

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

[package]
authors = ["The Gtk-rs Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust bindings for the VTE Gtk4 library"
edition = "2021"
keywords = ["vte", "gtk", "gnome"]
license = "MIT"
name = "vte4"
readme = "README.md"
repository = "https://gitlab.gnome.org/World/Rust/vte4-rs"
version = "0.9.0"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]