[package] name = "libspelling" version = "0.3.0" authors = ["Bilal Elmoussaoui "] edition = "2021" readme = "../README.md" homepage = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/" description = "Rust bindings for libspelling" license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/libspelling-rs" documentation = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/stable/latest/docs/libspelling" categories = ["api-bindings", "gui"] keywords = ["gtk4-rs", "gnome", "spelling", "GUI"] [lib] name = "libspelling" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] libc = '0.2' [dependencies.glib] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.gio] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.gtk] package = "gtk4" git = "https://github.com/gtk-rs/gtk4-rs" branch = "0.9" version = "0.9" [dependencies.gtk_source] package = "sourceview5" git = "https://gitlab.gnome.org/World/Rust/sourceview5-rs" branch = "v0.9" version = "0.9" [dependencies.ffi] package = "libspelling-sys" path = './sys' version = "0.3"