[package] authors = ["Bilal Elmoussaoui "] edition = "2021" name = "sourceview5" version = "0.9.1" readme = "./../README.md" license-file = "./../LICENSE" homepage = "https://world.pages.gitlab.gnome.org/Rust/sourceview5-rs/" documentation = "https://world.pages.gitlab.gnome.org/Rust/sourceview5-rs/stable/latest/docs/sourceview5" repository = "https://gitlab.gnome.org/World/Rust/sourceview5-rs/" categories = ["api-bindings", "gui"] keywords = ["gtk4-rs", "gnome", "sourceview", "ffi", "GUI"] description = "Rust bindings for GtkSourceView 5" [features] default = [] gtk_v4_6 = ["gtk/v4_6", "pango/v1_50"] gtk_v4_12 = ["gtk/v4_12"] v5_2 = ["ffi/v5_2"] v5_4 = ["v5_2", "ffi/v5_4", "gtk_v4_6"] v5_6 = ["v5_4", "ffi/v5_6"] v5_10 = ["v5_6", "ffi/v5_10"] v5_12 = ["v5_10", "ffi/v5_12"] [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] [dependencies] libc = "0.2" futures-core = { version = "0.3", default-features = false } futures-channel = "0.3" [dependencies.gtk] git = "https://github.com/gtk-rs/gtk4-rs.git" package = "gtk4" branch = "0.9" version = "0.9" [dependencies.gdk] git = "https://github.com/gtk-rs/gtk4-rs.git" package = "gdk4" branch = "0.9" version = "0.9" [dependencies.glib] git = "https://github.com/gtk-rs/gtk-rs-core.git" branch = "0.20" version = "0.20" [dependencies.pango] git = "https://github.com/gtk-rs/gtk-rs-core.git" branch = "0.20" version = "0.20" [dependencies.gdk-pixbuf] git = "https://github.com/gtk-rs/gtk-rs-core.git" branch = "0.20" version = "0.20" [dependencies.gio] git = "https://github.com/gtk-rs/gtk-rs-core.git" branch = "0.20" version = "0.20" [dependencies.ffi] package = "sourceview5-sys" path = "./sys" version = "0.9"