# 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 = "shell-scriptman" version = "0.1.0" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Manage and execute custom shell commands with ease" homepage = "https://github.com/vaclavblazej/shell-scriptman" readme = "README.md" keywords = [ "shell", "scripts", "manager", "utility", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/vaclavblazej/shell-scriptman" [[bin]] name = "shell-scriptman" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3.1" features = [ "cargo", "string", ] [dependencies.serde] version = "1.0.163" [dependencies.serde_derive] version = "1.0.163" [dependencies.serde_json] version = "1.0.96"