# 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 = "serial-console" version = "1.0.1" authors = ["Hendrik Wolff "] exclude = ["aur/"] description = "A command line tool to communicate with a serial console" readme = "README.md" keywords = [ "cli", "serial", "console", "rs232", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/w0lff/serial-console" [profile.lto] lto = "fat" inherits = "release" [[bin]] name = "scip" path = "src/main.rs" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.serialport] version = "4.0.1" [dependencies.termion] version = "1.5.6"