libspelling 0.4.0

Rust bindings for libspelling
Documentation
[dependencies.ffi]
package = "libspelling-sys"
version = "0.4"

[dependencies.gio]
version = "0.20"

[dependencies.glib]
version = "0.20"

[dependencies.gtk]
package = "gtk4"
version = "0.9"

[dependencies.gtk_source]
package = "sourceview5"
version = "0.9"

[dependencies.libc]
version = "0.2"

[lib]
name = "libspelling"
path = "src/lib.rs"

[package]
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.4.0"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]