nmea-kit 0.2.0

Bidirectional NMEA 0183 parser and encoder with AIS decoding
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "nmea-kit"
version = "0.2.0"
authors = ["Antoine MOUTIERS"]
build = false
exclude = ["/tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bidirectional NMEA 0183 parser and encoder with AIS decoding"
homepage = "https://github.com/amoutiers/nmea-kit"
documentation = "https://docs.rs/nmea-kit"
readme = "README.md"
keywords = [
    "nmea",
    "ais",
    "gps",
    "marine",
    "navigation",
]
categories = [
    "parser-implementations",
    "encoding",
    "science::geo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/amoutiers/nmea-kit"

[features]
ais = []
dbk = []
dbs = []
dbt = []
default = [
    "nmea",
    "ais",
]
dpt = []
gbs = []
gga = []
gll = []
gns = []
gst = []
hdg = []
hdm = []
hdt = []
mwd = []
mwv = []
nmea = [
    "dbk",
    "dbs",
    "dbt",
    "dpt",
    "gbs",
    "gga",
    "gll",
    "gns",
    "gst",
    "hdg",
    "hdm",
    "hdt",
    "mwd",
    "mwv",
    "rmb",
    "rmc",
    "rot",
    "vhw",
    "vtg",
    "xdr",
    "zda",
]
rmb = []
rmc = []
rot = []
vhw = []
vtg = []
xdr = []
zda = []

[lib]
name = "nmea_kit"
path = "src/lib.rs"

[dependencies]

[lints.clippy]
cognitive_complexity = "warn"
unwrap_used = "warn"