# 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 = "serialtui" version = "0.1.3" authors = ["dunklecat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI environment specific to serial connections" readme = "README.md" keywords = [ "serial", "tui", ] categories = ["command-line-interface"] license = "LGPL-2.1-or-later" repository = "https://github.com/dunklecat/serialtui" [lib] name = "serialtui" path = "src/lib.rs" [dependencies.async-trait] version = "0" [dependencies.derive_builder] version = "0" [dependencies.enum-iterator] version = "1" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0" [dependencies.rustyline] version = "14" [dependencies.rustyline-derive] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-enum-str] version = "0.3" [dependencies.serialport] version = "4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-serial] version = "5" [dependencies.toml] version = "0" [dependencies.xdg] version = "2"