# 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 = "libappstream" version = "0.3.0" authors = [ "Julian Sparber ", "Sophie Herold ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for appstream" homepage = "https://world.pages.gitlab.gnome.org/Rust/libappstream-rs/" documentation = "https://world.pages.gitlab.gnome.org/Rust/libappstream-rs/git/docs/libappstream/" readme = "README.md" keywords = [ "appstream", "appdata", "metadata", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/libappstream-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "libappstream" path = "src/lib.rs" [dependencies.ffi] version = "0.3.0" package = "libappstream-sys" [dependencies.gio] version = "0.20.0" [dependencies.glib] version = "0.20.0" [dependencies.libc] version = "0.2"