# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gspell-sys" version = "0.7.0" authors = [ "Julian Sparber ", "Christopher Davis ", "Jordan Petridis ", ] build = "build.rs" links = "gspell" description = "Raw C-FFI bindings for the gspell library" keywords = [ "gspell", "spell", "gtk-rs", "gnome", ] license = "GPL-3.0-or-later" repository = "https://gitlab.gnome.org/World/Rust/gspell-rs" resolver = "1" [package.metadata.docs.rs] features = [] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [package.metadata.system-deps.gspell_1] name = "gspell-1" version = "1.6" [lib] name = "gspell_sys" [dependencies.glib] version = "0.18" package = "glib-sys" [dependencies.gobject] version = "0.18" package = "gobject-sys" [dependencies.gtk] version = "0.18" package = "gtk-sys" [dependencies.libc] version = "0.2" [dev-dependencies.shell-words] version = "1.0.0" [dev-dependencies.tempfile] version = "3" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.system-deps] version = "6" [features]