# 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.8.0" authors = ["The Gtk-rs Project Developers"] 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 rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cairo-rs] version = "0.20" [dependencies.ffi] version = "0.8" package = "vte4-sys" [dependencies.gdk] version = "0.9" package = "gdk4" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.gtk] version = "0.9" package = "gtk4" [dependencies.io-lifetimes] version = "2.0.3" [dependencies.libc] version = "0.2" [dependencies.pango] version = "0.20" [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", ]