# 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 = "nmea-0183" version = "0.0.5" authors = ["o0Ignition0o "] include = ["**/*.rs", "Cargo.toml"] description = "An NMEA-0183 sentence parser using nom 5." documentation = "https://docs.rs/nmea-0183/" keywords = ["nmea", "nmea-0183", "gps", "nom", "parser"] license = "MIT/Apache-2.0" repository = "https://github.com/YellowInnovation/nmea-0183" [dependencies.chrono] version = "0.4.7" [dependencies.nom] version = "5.0.0"