# 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-script" version = "0.2.0" description = "Script engine designed for the project construction tool pipeline(crate name pipeline-cli)" license = "MIT" [dependencies.dirs] version = "5.0.1" [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"]