[dependencies.ffi]
package = "libspelling-sys"
version = "0.2"
[dependencies.gio]
version = "0.19"
[dependencies.glib]
version = "0.19"
[dependencies.gtk]
package = "gtk4"
version = "0.8"
[dependencies.gtk_source]
package = "sourceview5"
version = "0.8"
[dependencies.libc]
version = "0.2"
[lib]
name = "libspelling"
[package]
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
categories = ["api-bindings", "gui"]
description = "Rust bindings for libspelling"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/stable/latest/docs/libspelling"
edition = "2021"
homepage = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/"
keywords = ["gtk4-rs", "gnome", "spelling", "GUI"]
license = "MIT"
name = "libspelling"
readme = "README.md"
repository = "https://gitlab.gnome.org/World/Rust/libspelling-rs"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]