-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCargo.toml
26 lines (23 loc) · 848 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "nmea0183"
version = "0.5.0"
authors = ["Nikita Staroverov <[email protected]>"]
edition = "2018"
description = "NMEA 0183 parser targetting mostly embedded devices but not limited to."
homepage = "https://github.com/nsforth/nmea0183"
repository = "https://github.com/nsforth/nmea0183"
license = "BSD-3-Clause"
keywords = ["NMEA", "nmea", "parser", "gps", "embedded"]
categories = ["embedded", "no-std", "parser-implementations"]
readme = "README.md"
[dependencies]
[features]
default = ["strict"]
mtk = []
strict = []
[badges]
travis-ci = { repository = "nsforth/nmea0183", branch = "v0.5.0" }
codecov = { repository = "nsforth/nmea0183" }
is-it-maintained-issue-resolution = { repository = "nsforth/nmea0183" }
is-it-maintained-open-issues = { repository = "nsforth/nmea0183" }
maintenance = { status = "actively-developed" }