[package] name = "flem-serial-rs" version = "0.3.2" edition = "2021" authors = ["Austin McElroy "] description = "A serial port implementation of the FLEM protocol for host computers running Windows, Linux, or MacOS." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serialport = "4.2" flem = { version = "0.6", features = ["std"] }