[dependencies.anstream]
optional = true
version = "0.6.7"
[features]
color = ["dep:anstream"]
debug = []
default = []
[lints.clippy]
assigning_clones = "allow"
bool_assert_comparison = "allow"
branches_sharing_code = "allow"
collapsible_else_if = "allow"
if_same_then_else = "allow"
let_and_return = "allow"
[lints.rust]
[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.65"
version = "0.3.9"
[package.metadata.docs.rs]
all-features = true