# 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 = "cli-snap" version = "0.1.0" authors = ["Akhil Mohan "] exclude = [ "docs/*", "example/*", ] description = "cli-snap is a command-line interface (CLI) tool designed for testing other CLI applications using a snapshot-based testing strategy." homepage = "https://github.com/akhilmhdh/cli-snap" readme = "README.md" keywords = [ "cli", "snapshot-testing", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/akhilmhdh/cli-snap" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.5.4" features = [ "derive", "string", ] [dependencies.serde] version = "1.0.198" [dependencies.serde_derive] version = "1.0.198" [dependencies.shell-words] version = "1.1.0" [dependencies.toml] version = "0.8.12"