# 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 = "vangelis" version = "2.0.2" authors = ["Martin Olivier "] exclude = [ "/.github", "/examples", ] description = "A functional testing framework" homepage = "https://github.com/martin-olivier/vangelis" documentation = "https://github.com/martin-olivier/vangelis" readme = "README.md" keywords = [ "testing", "test", "config", "command", "process", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/martin-olivier/vangelis" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.ctrlc] version = "3.4" [dependencies.diff] version = "0.1" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.term_size] version = "0.3" [dependencies.toml] version = "0.8"