[package]
edition = "2024"
name = "libspelling-sys"
version = "0.5.0"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
build = "build.rs"
links = "libspelling"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI 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_sys"
readme = false
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"]
[package.metadata.system-deps.libspelling_1]
name = "libspelling-1"
version = "0.1"
[features]
[lib]
name = "libspelling_sys"
path = "src/lib.rs"
[[test]]
name = "abi"
path = "tests/abi.rs"
[dependencies.gio-sys]
version = "0.22.0-alpha"
[dependencies.glib-sys]
version = "0.22.0-alpha"
[dependencies.gobject-sys]
version = "0.22.0-alpha"
[dependencies.gtk-sys]
version = "0.11.0-alpha"
package = "gtk4-sys"
[dependencies.gtk_source]
version = "0.11.0-alpha"
package = "sourceview5-sys"
[dependencies.libc]
version = "0.2"
[dev-dependencies.shell-words]
version = "1.0.0"
[dev-dependencies.tempfile]
version = "3"
[build-dependencies.system-deps]
version = "7"