vte4 0.10.0

Rust bindings for the VTE Gtk4 library
Documentation
# 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 = "vte4"
version = "0.10.0"
authors = ["The Gtk-rs Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the VTE Gtk4 library"
readme = "README.md"
keywords = [
    "vte",
    "gtk",
    "gnome",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://gitlab.gnome.org/World/Rust/vte4-rs"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
gtk_v4_18 = ["gtk/v4_18"]
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",
]
v0_80 = [
    "v0_78",
    "ffi/v0_80",
]
v0_82 = [
    "v0_80",
    "ffi/v0_82",
]
v0_84 = [
    "v0_82",
    "ffi/v0_84",
]

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

[dependencies.cairo-rs]
version = "0.22"

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

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

[dependencies.gio]
version = "0.22"

[dependencies.glib]
version = "0.22"

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

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

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.22"