# 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 = "rgpsd" version = "0.1.1" authors = ["Ron Kuris "] description = "A minimal replacement for gpsd in rust" readme = "README.md" keywords = [ "gps", "gpsd", ] categories = [ "command-line-utilities", "science", ] license-file = "LICENSE.txt" repository = "https://gitlab.com/swcafe/rgpsd" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.68" [dependencies.build-time] version = "0.1.2" [dependencies.bytes] version = "1.3.0" [dependencies.clap] version = "4.0.30" features = [ "derive", "wrap_help", ] [dependencies.fork] version = "0.1.20" [dependencies.futures] version = "0.3.25" [dependencies.futures-core] version = "0.3.25" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.stderrlog] version = "0.5.4" [dependencies.syslog] version = "6.0.1" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tokio-serial] version = "5.4.4" [dependencies.tokio-util] version = "0.7.4" features = ["codec"]