# 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 = "yahboom_gps" version = "0.1.0" authors = ["Yen Harvey "] description = "A Rust library for initializing and reading GPS data from a Yahboom GPS module via a serial port." homepage = "https://github.com/YenHarvey/yahboom_gps" documentation = "https://docs.rs/yahboom_gps" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/YenHarvey/yahboom_gps" [dependencies.anyhow] version = "1.0.86" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.serialport] version = "4.3.0"