# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "geoclue" version = "0.3.0" authors = ["John Toohey "] exclude = ["sys"] description = "Rust bindings to the Geoclue geolocation library" readme = "README.md" keywords = ["gps", "location", "glib", "dbus", "geolocation"] categories = ["os::linux-apis"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/john_t/geoclue-rs" [dependencies.bitflags] version = "1" [dependencies.ffi] version = ">=0.1" package = "geoclue-sys" [dependencies.gio] version = "0.14" [dependencies.glib] version = "0.14" [dependencies.glib-sys] version = "0.14" [dependencies.gobject-subclass] version = "0.2" [dependencies.gtk] version = ">0.0.0" optional = true [dependencies.gtk4] version = ">0.0.0" optional = true [dependencies.libc] version = "0.2"