cargo-insta 1.21.1

A review tool for the insta snapshot testing library for Rust
[dependencies.console]
version = "0.15.1"

[dependencies.ignore]
version = "0.4.17"

[dependencies.insta]
features = ["json", "yaml", "redactions"]
version = "=1.21.1"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.24"

[dependencies.serde]
features = ["derive"]
version = "1.0.117"

[dependencies.serde_json]
version = "1.0.59"

[dependencies.structopt]
default-features = false
version = "0.3.26"

[dependencies.syn]
features = ["full", "visit", "extra-traits"]
version = "1.0.50"

[dependencies.uuid]
features = ["v4"]
version = "1.0.0"

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A review tool for the insta snapshot testing library for Rust"
documentation = "https://insta.rs/docs/cli/"
edition = "2018"
homepage = "https://insta.rs/"
keywords = ["snapshot", "testing", "jest"]
license = "Apache-2.0"
name = "cargo-insta"
readme = "README.md"
repository = "https://github.com/mitsuhiko/insta"
version = "1.21.1"