# 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 = "rust_nmea" version = "1.2.6" authors = ["Ahmetcan Aksu ahmetcanaksu@behemehal.org"] description = "NMEA (0183) parser and information library for Rust. " documentation = "https://docs.rs/rust_nmea" readme = "README.md" keywords = [ "robotics", "ublox", "gps", "nmea", "gpio", ] categories = ["science::robotics"] license = "GPL-2.0" repository = "https://github.com/ahmtcn123/Rust-NMEA" [[example]] name = "unix-serial" path = "examples/unix-serial.rs" [dependencies]