# 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] edition = "2018" name = "adafruit_gps" version = "0.4.1" authors = ["Matt Barson "] description = "GPS parser and reader for the adafruit Ultimate GPS or Adafruit Mini GPS PA1010D." readme = "README.md" keywords = ["GPS", "adafruit"] license = "MIT" repository = "https://github.com/MechanicalPython/adafruit_gps" [lib] name = "adafruit_gps" path = "src/lib.rs" [[bin]] name = "main" path = "src/main.rs" [dependencies.bincode] version = "1.2.1" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serialport] version = "3.3.0" [features] bench = []