[dependencies.anstream]
optional = true
version = "0.3.0"
[features]
color = ["dep:anstream"]
debug = []
default = []
[package]
categories = ["development-tools::testing"]
description = "Snapshot testing toolbox"
documentation = "http://docs.rs/snapbox/"
edition = "2021"
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
include = ["build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*"]
keywords = ["cli", "test", "assert", "command"]
license = "MIT OR Apache-2.0"
name = "snapbox-macros"
readme = "README.md"
repository = "https://github.com/assert-rs/trycmd/"
rust-version = "1.64.0"
version = "0.3.4"
[package.metadata.docs.rs]
all-features = true