# 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 = "pretty-exec" version = "0.5.0" authors = ["khai96_ "] description = "Print a command and then execute it" readme = "README.md" keywords = [ "spawn", "subprocess", "command", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/KSXGitHub/pretty-exec.git" [lib] name = "pretty_exec" path = "src/lib.rs" [[bin]] name = "pretty-exec" path = "src/main.rs" [[bin]] name = "pretty-exec-completions" path = "src/completions.rs" [dependencies.pretty-exec-lib] version = "0.5.0" [dev-dependencies.pipe-trait] version = "^0.4.0" [dev-dependencies.serde] version = "^1.0.145" features = ["derive"] [dev-dependencies.serde_json] version = "^1.0.86" [dev-dependencies.toml] version = "^0.5.9" [dev-dependencies.yansi] version = "^0.5.1"