# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64.0" name = "trycmd" version = "0.14.16" authors = ["Ed Page "] include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] description = "Snapshot testing for a herd of CLI tests" homepage = "https://github.com/assert-rs/trycmd" documentation = "http://docs.rs/trycmd/" readme = "README.md" keywords = [ "cli", "test", "assert", "command", "duct", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/assert-rs/trycmd.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "Unreleased" replace = "{{version}}" min = 1 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = '\.\.\.HEAD' replace = "...{{tag_name}}" exactly = 1 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "ReleaseDate" replace = "{{date}}" min = 1 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "" replace = """ ## [Unreleased] - ReleaseDate """ exactly = 1 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "" replace = """ [Unreleased]: https://github.com/assert-rs/trycmd/compare/{{tag_name}}...HEAD""" exactly = 1 [[bin]] name = "bin-fixture" [[bin]] name = "trycmd-schema" required-features = ["schema"] [dependencies.anstream] version = "0.3.0" optional = true [dependencies.escargot] version = "0.5.7" optional = true [dependencies.glob] version = "0.3.0" [dependencies.humantime] version = "2" [dependencies.humantime-serde] version = "1" [dependencies.rayon] version = "1.5.1" [dependencies.schemars] version = "0.8.3" features = ["preserve_order"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.shlex] version = "1.1.0" [dependencies.snapbox] version = "0.4.11" features = ["cmd"] default-features = false [dependencies.toml_edit] version = "0.19" features = ["serde"] [features] color = [ "snapbox/color", "dep:anstream", ] 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", ]