[package] name = "adafruit_gps" version = "0.4.1" authors = ["Matt Barson "] edition = "2018" license = "MIT" description = "GPS parser and reader for the adafruit Ultimate GPS or Adafruit Mini GPS PA1010D." readme = "README.md" repository = "https://github.com/MechanicalPython/adafruit_gps" keywords = ["GPS", "adafruit"] [lib] name = "adafruit_gps" path = "src/lib.rs" [[bin]] name = "main" path = "src/main.rs" [features] bench = [] [workspace] members = [ "geodesy", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serialport = "3.3.0" serde = {version = "1.0.110", features = ["derive"]} bincode = "1.2.1"