# 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 = "tracker-rs" version = "0.6.0" authors = [ "Dean Leggo ", "Rasmus Thomsen ", ] build = false exclude = [ "gir-files/*", "gir/", "Tracker-3.0.gir", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for tracker" homepage = "https://dleggo.gitlab.io/tracker-rs/tracker/index.html" documentation = "https://dleggo.gitlab.io/tracker-rs/tracker/index.html" readme = "README.md" keywords = [ "gtk-rs", "gnome", "tracker", "metadata", "spacrql", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/tracker-rs" [lib] name = "tracker" path = "src/lib.rs" [dependencies.bitflags] version = "2.6" [dependencies.ffi] version = "0.6.0" package = "tracker-sys" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.glib-sys] version = "0.20" [dependencies.libc] version = "0.2" [features] v3_1 = ["ffi/v3_1"] v3_2 = [ "v3_1", "ffi/v3_2", ] v3_3 = [ "v3_2", "ffi/v3_3", ] v3_4 = [ "v3_3", "ffi/v3_4", ] v3_5 = [ "v3_4", "ffi/v3_5", ]