# 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 = "xtomate" version = "0.2.3" authors = ["vyPal"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Your poweful automation ally" homepage = "https://github.com/vyPal/XTomate" readme = "README.md" keywords = [ "cli", "automation", "task-runner", "workflow", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/vyPal/XTomate" [[bin]] name = "xt" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5.0.1" [dependencies.git2] version = "0.19.0" [dependencies.libloading] version = "0.8.5" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.toml] version = "0.8.19"