[package]
edition = "2024"
name = "gt06"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and stream decoder for the GT06 GPS tracker protocol"
homepage = "https://github.com/SerAbin1/gt06"
readme = "README.md"
keywords = [
"gps",
"gt06",
"tracker",
"protocol",
"parser",
]
categories = [
"parser-implementations",
"embedded",
"network-programming",
]
license = "MIT"
repository = "https://github.com/SerAbin1/gt06"
[lib]
name = "gt06"
path = "src/lib.rs"
[dependencies]