# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "parrot-snap" version = "0.0.3" authors = ["CharlyCst "] exclude = [".parrot/", "test/", "assets/"] description = "A colorful and chatty CLI snapshot testing tool" readme = "readme.md" keywords = ["cli", "terminal", "testing", "snapshot"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/CharlyCst/parrot" [[bin]] name = "parrot" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.1" features = ["suggestions", "derive", "std"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "5.1.2" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.termion] version = "1.5"