# 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 = "rs-com" version = "0.4.0" authors = ["Mads Andreasen "] description = "A Really simple serial communication terminal" homepage = "https://github.com/MadsAndreasen/rs-com" readme = "README.md" keywords = [ "serialport", "embedded", "terminal", "serial", ] license = "MIT" [[bin]] name = "rscom" path = "src/main.rs" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.crossterm] version = "0.26.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_yaml] version = "0.9.17" [dependencies.serialport] version = "4.2.0"