cargo-insta 0.7.1

A review tool for the insta snapshot testing library for Rust
# 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 = "cargo-insta"
version = "0.7.1"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A review tool for the insta snapshot testing library for Rust"
homepage = "https://github.com/mitsuhiko/insta"
readme = "README.md"
keywords = ["snapshot", "testing", "jest"]
license = "Apache-2.0"
repository = "https://github.com/mitsuhiko/insta"
[dependencies.clap]
version = "2.32.0"

[dependencies.console]
version = "0.7.5"

[dependencies.difference]
version = "2.0.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.glob]
version = "0.2.11"

[dependencies.insta]
version = "0.7.1"

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

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

[dependencies.serde_json]
version = "1.0.36"

[dependencies.structopt]
version = "0.2.14"

[dependencies.syn]
version = "0.15.26"
features = ["full"]

[dependencies.walkdir]
version = "2.2.7"