trycmd 0.14.12

Snapshot testing for a herd of CLI tests
Documentation
[[bin]]
name = "bin-fixture"

[[bin]]
name = "trycmd-schema"
required-features = ["schema"]
[dependencies.escargot]
optional = true
version = "0.5.7"

[dependencies.glob]
version = "0.3.0"

[dependencies.humantime]
version = "2"

[dependencies.humantime-serde]
version = "1"

[dependencies.rayon]
version = "1.5.1"

[dependencies.schemars]
features = ["preserve_order"]
optional = true
version = "0.8.3"

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

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.shlex]
version = "1.1.0"

[dependencies.snapbox]
default-features = false
features = ["cmd"]
version = "0.4.6"

[dependencies.toml_edit]
features = ["serde"]
version = "0.19"

[features]
color = ["snapbox/color"]
color-auto = ["snapbox/color-auto"]
debug = ["snapbox/debug"]
default = ["color-auto", "filesystem", "diff"]
diff = ["snapbox/diff"]
examples = ["snapbox/examples"]
filesystem = ["snapbox/path"]
schema = ["dep:schemars", "dep:serde_json"]

[package]
authors = ["Ed Page <eopage@gmail.com>"]
categories = ["development-tools::testing"]
description = "Snapshot testing for a herd of CLI tests"
documentation = "http://docs.rs/trycmd/"
edition = "2021"
homepage = "https://github.com/assert-rs/trycmd"
include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*"]
keywords = ["cli", "test", "assert", "command", "duct"]
license = "MIT OR Apache-2.0"
name = "trycmd"
readme = "README.md"
repository = "https://github.com/assert-rs/trycmd.git"
rust-version = "1.60.0"
version = "0.14.12"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
min = 1
replace = "{{version}}"
search = "Unreleased"

[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "CHANGELOG.md"
replace = "...{{tag_name}}"
search = "\\.\\.\\.HEAD"

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
min = 1
replace = "{{date}}"
search = "ReleaseDate"

[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "CHANGELOG.md"
replace = "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n"
search = "<!-- next-header -->"

[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "CHANGELOG.md"
replace = "<!-- next-url -->\n[Unreleased]: https://github.com/assert-rs/trycmd/compare/{{tag_name}}...HEAD"
search = "<!-- next-url -->"