# 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 = "treadmill-cli" version = "0.1.0" authors = ["Treadmill Project Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI client for the Treadmill distributed hardware testbed" homepage = "https://treadmill.ci" readme = "README.md" keywords = [ "ci", "testing", "testbed", "hardware", "embedded", ] categories = [ "command-line-utilities", "development-tools::testing", ] license = "MIT OR Apache-2.0" [[bin]] name = "tml" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "2.33" [dependencies.dirs] version = "3.0" [dependencies.env_logger] version = "0.11.5" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ssh2] version = "0.9.4" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.treadmill-rs] version = "0.1.0" package = "treadmill-rs" [dependencies.uuid] version = "1.6.1" features = [ "serde", "v4", ] [dependencies.xdg] version = "2.5.2"