# 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 = "2018" name = "nmea0183" version = "0.4.0" authors = ["Nikita Staroverov "] description = "NMEA 0183 parser targetting mostly embedded devices but not limited to." homepage = "https://github.com/nsforth/nmea0183" readme = "README.md" keywords = [ "NMEA", "nmea", "parser", "gps", "embedded", ] categories = [ "embedded", "no-std", "parser-implementations", ] license = "BSD-3-Clause" repository = "https://github.com/nsforth/nmea0183" [dependencies] [features] default = [] mtk = [] [badges.codecov] repository = "nsforth/nmea0183" [badges.is-it-maintained-issue-resolution] repository = "nsforth/nmea0183" [badges.is-it-maintained-open-issues] repository = "nsforth/nmea0183" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "v0.4.0" repository = "nsforth/nmea0183"