# 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 = "2018" name = "pharaoh" version = "0.2.0" authors = ["Kévin Sztern "] description = "A dead simple functional testing tool for command line applications" homepage = "https://github.com/chewie/pharaoh" readme = "README.md" keywords = ["testing", "cli"] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/chewie/pharaoh" [dependencies.anyhow] version = "1.0.44" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.derive_builder] version = "0.10.2" [dependencies.globwalk] version = "0.8.1" [dependencies.indoc] version = "1.0.3" [dependencies.mockall] version = "0.10.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.20" [dependencies.similar] version = "1.3.0" [dependencies.tempfile] version = "3.2.0" [dev-dependencies.assert_cmd] version = "2.0.1" [dev-dependencies.predicates] version = "2.0.2" [dev-dependencies.pretty_assertions] version = "0.7.2"