# 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] name = "gps-share" version = "0.3.1" authors = ["Zeeshan Ali ", "Dorota Czaplejewicz ", "Angus Ainslie "] description = "Utility to share your GPS device on local network" readme = "README.md" keywords = ["serial", "hardware", "system", "RS232", "GPS"] categories = ["hardware-support", "command-line-utilities", "command-line-interface", "os::unix-apis"] license = "GPL-2.0+" repository = "https://github.com/zeenix/gps-share" [dependencies.clap] version = "2.23.1" [dependencies.libc] version = "^0.2.21" [dependencies.libudev] version = "0.2.0" [dependencies.serial] version = "0.3" [dependencies.signal-hook] version = "0.1.13" [dependencies.zbus] version = "1.8" [dependencies.zvariant] version = "2.6"