# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "serialport_monitor" version = "1.0.1" authors = ["chenxuuu "] build = false exclude = ["img/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "monitor and control serialport in terminal" homepage = "https://github.com/chenxuuu/serialport_monitor" readme = "README.md" keywords = [ "serialport", "cli", ] license = "MIT" repository = "https://github.com/chenxuuu/serialport_monitor" [[bin]] name = "serialport_monitor" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0" [dependencies.ctrlc] version = "3" [dependencies.serialport] version = "4" [dependencies.time] version = "0.3"