[package]
edition = "2024"
name = "libspelling"
version = "0.5.0"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libspelling"
homepage = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libspelling-rs/stable/latest/docs/libspelling"
readme = "README.md"
keywords = [
"gtk4-rs",
"gnome",
"spelling",
"GUI",
]
categories = [
"api-bindings",
"gui",
]
license = "MIT"
repository = "https://gitlab.gnome.org/World/Rust/libspelling-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]
[lib]
name = "libspelling"
path = "src/lib.rs"
[dependencies.ffi]
version = "0.5"
package = "libspelling-sys"
[dependencies.gio]
version = "0.22.0-alpha"
[dependencies.glib]
version = "0.22.0-alpha"
[dependencies.gtk]
version = "0.11.0-alpha"
package = "gtk4"
[dependencies.gtk_source]
version = "0.11.0-alpha"
package = "sourceview5"
[dependencies.libc]
version = "0.2"