vte4 0.7.0

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

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

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

[dependencies.gio]
version = "0.19"

[dependencies.glib]
version = "0.19"

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

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

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.19"

[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"]

[package]
authors = ["The Gtk-rs Project Developers"]
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.7.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]