[package] name = "teltonika-rs" version = "0.1.1" authors= ["Sander Kukk >sander@kukk.org>"] edition = "2018" description = "A nom library to decode proprietary Teltonika GPS messages" license = "MIT" repository = "https://github.com/sanderkukk/teltonika-rs" readme = "README.md" keywords = ["teltonika", "codec8"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom="7.1.1" hex = "0.4.3" log= "0.4.14" crc = "3.0.0"