[package]
edition = "2021"
rust-version = "1.68.0"
name = "insta-cmd"
version = "0.7.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line extension to the insta testing library for Rust"
homepage = "https://insta.rs/"
readme = "README.md"
keywords = [
"snapshot",
"cmd",
"trycmd",
"assert-cmd",
]
license = "Apache-2.0"
repository = "https://github.com/mitsuhiko/insta-cmd"
[lib]
name = "insta_cmd"
path = "src/lib.rs"
[[bin]]
name = "hello"
path = "src/bin/hello.rs"
[[example]]
name = "hello"
path = "examples/hello.rs"
[dependencies.insta]
version = "1.29.0"
features = ["serde"]
[dependencies.serde]
version = "1.0.139"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.82"