[package] name = "at4_protocol" description = "A rust crate that parses AirTouch 4 messages." keywords = ["airtouch", "at4", "airtouch4", "ac"] version = "2.1.1" license = "MIT" authors = ["Jared L <48422312+lhjt@users.noreply.github.com>"] homepage = "https://github.com/lhjt/at4-protocol" repository = "https://github.com/lhjt/at4-protocol" readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crc16 = "0.4.0"