[package] name = "simp_protocol" description = "simp_protocol is a simplistic protocol to communicate over serial ports. It supports ack, automated escaping and unescaping of special bytes and checksum error detection." keywords = ["messaging", "uart", "serial"] version = "0.2.0" edition = "2021" license = "MIT" [dependencies] [dev-dependencies] clap = { version = "4.5.16", features = ["derive"] } serialport = "4.5.0" virtual-serialport = "=0.1.1"