insta-cmd 0.7.0

A command line extension to the insta testing library for Rust
Documentation
[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A command line extension to the insta testing library for Rust"
edition = "2021"
homepage = "https://insta.rs/"
keywords = ["snapshot", "cmd", "trycmd", "assert-cmd"]
license = "Apache-2.0"
name = "insta-cmd"
readme = "README.md"
repository = "https://github.com/mitsuhiko/insta-cmd"
rust-version = "1.68.0"
version = "0.7.0"

[dependencies]
# Cargo.lock is committed to ensure MSRV compatibility.
# Dependencies are pinned in Cargo.lock to versions that work with rust-version.
insta = { version = "1.29.0", features = ["serde"] }
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.82"