2025-04-05 10:03:53 +01:00
|
|
|
[package]
|
|
|
|
|
name = "aniker-gps"
|
2025-06-21 18:03:39 +01:00
|
|
|
version = "0.1.1"
|
2025-04-05 10:03:53 +01:00
|
|
|
edition = "2021"
|
|
|
|
|
authors = ["Richard Patching <richard@simaker.com>"]
|
|
|
|
|
description = "A Rust library for parsing NMEA GPS sentences"
|
|
|
|
|
license = "MIT OR Apache-2.0"
|
2025-06-21 18:03:39 +01:00
|
|
|
repository = "https://code.hackmarine.com/hackmarine/aniker-gps"
|
2025-04-05 10:03:53 +01:00
|
|
|
readme = "README.md"
|
|
|
|
|
keywords = ["gps", "nmea", "parser", "navigation"]
|
|
|
|
|
categories = ["parsing", "science", "embedded"]
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
name = "aniker_gps"
|
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
|
name = "aniker-gps"
|
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|