[package] name = "libxmlb-sys" version = "0.4.0" authors = ["Felix Häcker "] edition = "2021" build = "build.rs" links = "libxmlb-1" categories = ["api-bindings"] keywords = ["xml"] description = "FFI bindings for libxmlb" license = "MIT" homepage = "https://world.pages.gitlab.gnome.org/Rust/libxmlb-rs/" repository = "https://gitlab.gnome.org/World/Rust/libxmlb-rs" documentation = "https://world.pages.gitlab.gnome.org/Rust/libxmlb-rs/stable/latest/docs/libxmlb_sys" [package.metadata.system-deps.xmlb] name = "xmlb" version = "0.1" [package.metadata.docs.rs] features = [] rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] [lib] name = "libxmlb_sys" [dependencies] libc = "0.2" [dependencies.gio-sys] version = "0.20" [dependencies.glib-sys] version = "0.20" [dependencies.gobject-sys] version = "0.20" [build-dependencies] system-deps = "7" [dev-dependencies] shell-words = "1.0.0" tempfile = "3" [features]