# 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 = "sk8brd-proto" version = "0.1.0" authors = ["Konrad Dybcio "] description = "Simple remote devboard control software" readme = "README.md" categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/linux-msm/sk8brd" [lib] name = "sk8brd" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.os_pipe] version = "1.1.5" [dependencies.serde] version = "^1.0.198" features = ["derive"] [dependencies.ssh2] version = "^0.9.4" [dependencies.tokio] version = "^1.37.0" features = ["full"] [features] ssh = [] [badges.maintenance] status = "actively-developed"