[package] name = "serialport_monitor" version = "1.0.1" description = "monitor and control serialport in terminal" authors = ["chenxuuu "] edition = "2021" repository = "https://github.com/chenxuuu/serialport_monitor" homepage = "https://github.com/chenxuuu/serialport_monitor" keywords = ["serialport", "cli"] license = "MIT" exclude = [ "img/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serialport = "4" time="0.3" clap = { version = "4", features = ["derive"] } crossterm = "0" ctrlc = "3"