[dependencies.ffi]
package = "libappstream-sys"
version = "0.4"
[dependencies.gio]
version = "0.21"
[dependencies.glib]
version = "0.21"
[dependencies.libc]
version = "0.2"
[lib]
name = "libappstream"
path = "src/lib.rs"
[package]
authors = ["Julian Sparber <julian@sparber.net>", "Sophie Herold <sophie@hemio.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust bindings for appstream"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libappstream-rs/git/docs/libappstream/"
edition = "2021"
homepage = "https://world.pages.gitlab.gnome.org/Rust/libappstream-rs/"
keywords = ["appstream", "appdata", "metadata"]
license = "MIT"
name = "libappstream"
readme = "README.md"
repository = "https://gitlab.gnome.org/World/Rust/libappstream-rs"
rust-version = "1.85"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]