[package] name = "libspelling-sys" version = "0.3.0" authors = ["Bilal Elmoussaoui "] edition = "2021" build = "build.rs" links = "libspelling" categories = ["api-bindings", "gui"] keywords = ["gtk4-rs", "gnome", "spelling", "GUI"] description = "FFI bindings for libspelling" license = "MIT" homepage = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/" repository = "https://gitlab.gnome.org/World/Rust/libspelling-rs" documentation = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/stable/latest/docs/libspelling_sys" [package.metadata.docs.rs] features = [] rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] [package.metadata.system-deps.libspelling_1] name = "libspelling-1" version = "0.1" [lib] name = "libspelling_sys" [dependencies] libc = "0.2" [dependencies.gio-sys] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.glib-sys] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.gobject-sys] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.gtk-sys] package = "gtk4-sys" git = "https://github.com/gtk-rs/gtk4-rs" branch = "0.9" version = "0.9" [dependencies.gtk_source] package = "sourceview5-sys" git = "https://gitlab.gnome.org/World/Rust/sourceview5-rs" branch = "v0.9" version = "0.9" [build-dependencies] system-deps = "7" [dev-dependencies] shell-words = "1.0.0" tempfile = "3" [features]