# 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 = "pipeline-cli" version = "0.12.0" authors = ["yanguiyuan 2736635687@qq.com"] description = "A build tools written by rust to build project and execute a serials of task." readme = "README.md" license = "MIT" repository = "https://github.com/yanguiyuan/pipeline-cli.git" [[bin]] name = "pipeline" path = "src/main.rs" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.encoding_rs] version = "0.8.33" [dependencies.rand] version = "0.9.0-alpha.1" [dependencies.regex] version = "1.10.2" [dependencies.scanner-rust] version = "2.0.17" [dependencies.ssh-rs] version = "0.5.0" features = ["scp"]