# 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 = "tesuto" version = "0.3.0" authors = ["Konstantin Zhigaylo "] description = "Lightweight automation tool." homepage = "https://github.com/kostya-zero/tesuto" readme = "README.md" keywords = ["automation"] license = "MIT" repository = "https://github.com/kostya-zero/tesuto" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 [dependencies.clap] version = "4.5.1" [dependencies.dialoguer] version = "0.11.0" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_yaml] version = "0.9.31" [dependencies.thiserror] version = "1.0.61" [dependencies.which] version = "6.0.1"