# 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 = "jetp" version = "0.1.1" include = [ "src/", "version.sh", ] description = "automation platform" homepage = "https://www.jetporch.com/" documentation = "https://www.jetporch.com/" readme = "README.md" keywords = [ "automation", "devops", "deployment", "ssh", ] license = "GPL-3.0-or-later" repository = "https://github.com/jetporch/jetporch" [dependencies.guid-create] version = "0.3.1" [dependencies.handlebars] version = "4.3.7" [dependencies.inline_colorization] version = "0.1.5" [dependencies.once_cell] version = "1.18.0" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_derive] version = "=1.0.171" [dependencies.serde_json] version = "1.0.105" [dependencies.serde_yaml] version = "0.9.25" [dependencies.sha2] version = "0.10.8" [dependencies.ssh2] version = "0.9.4" [dependencies.termimad] version = "0.20"