# 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 = "zoha-vte4" version = "0.0.3" authors = ["Koosha Hosseiny "] description = "Rust bindings for the VTE Gtk4 library, temporary clone of original GTK work" readme = "README.md" keywords = [ "vte", "gtk", "gnome", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/hkoosha/zoha-vte4" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "1.3" [dependencies.ffi] version = "0.0.3" package = "zoha-vte4-sys" [dependencies.gdk] version = "0.7.3" package = "gdk4" [dependencies.gio] version = "0.18.4" [dependencies.glib] version = "0.18.4" [dependencies.gtk] version = "0.7.3" package = "gtk4" [dependencies.io-lifetimes] version = "1.0.3" [dependencies.libc] version = "0.2" [dependencies.pango] version = "0.18.3" [features] default = [] v0_66 = ["ffi/v0_66"] v0_70 = [ "v0_66", "ffi/v0_70", ] v0_72 = [ "v0_70", "ffi/v0_72", ]