# 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 = "2018" name = "geoclue-sys" version = "0.1.1" authors = ["John Toohey "] build = "build.rs" links = "libgeoclue-2.0" exclude = ["girs", "gir"] description = "Rust bindings to the Geoclue geolocation library" keywords = ["gps", "sys", "glib", "dbus", "geolocation"] categories = ["os::linux-apis", "external-ffi-bindings"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/john_t/geoclue-rs" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps.libgeoclue_2_0] name = "libgeoclue-2.0" version = "2.0" [lib] name = "geoclue_sys" [dependencies.gio-sys] version = "0.14" [dependencies.glib-sys] version = "0.14" [dependencies.gobject-sys] version = "0.14" [dependencies.libc] version = "0.2" [dev-dependencies.shell-words] version = "1.0.0" [dev-dependencies.tempfile] version = "3" [build-dependencies.system-deps] version = "3" [features] dox = []