# 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 = "2018" name = "sisterm" version = "3.0.2" authors = ["kumavale"] build = "build.rs" description = "A simple terminal with syntax highlighting" readme = "README.md" keywords = [ "serial", "terminal", "cli", "color", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kumavale/sisterm" [[bin]] name = "sist" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.34.0" [dependencies.getch-rs] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.rpassword] version = "7.0" [dependencies.rustyline] version = "9.1.1" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.serialport] version = "4.0.1" [dependencies.ssh2] version = "0.9" [dependencies.tokio] version = "1.20" features = ["full"] [dependencies.toml] version = "0.5.8" [build-dependencies.lazy_static] version = "1.4.0" [target."cfg(unix)".dependencies.nix] version = "0.24" [target."cfg(windows)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "consoleapi", "handleapi", "processenv", "winbase", "wincon", "winuser", ]