| # 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 = "assert_cmd" |
| version = "2.0.10" |
| authors = [ |
| "Pascal Hertleif <[email protected]>", |
| "Ed Page <[email protected]>", |
| ] |
| include = [ |
| "build.rs", |
| "src/**/*", |
| "Cargo.toml", |
| "LICENSE*", |
| "README.md", |
| "benches/**/*", |
| "examples/**/*", |
| ] |
| description = "Test CLI Applications." |
| homepage = "https://github.com/assert-rs/assert_cmd" |
| documentation = "http://docs.rs/assert_cmd/" |
| 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/assert_cmd.git" |
| |
| [[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 = "<!-- next-header -->" |
| replace = """ |
| <!-- next-header --> |
| ## [Unreleased] - ReleaseDate |
| """ |
| exactly = 1 |
| |
| [[package.metadata.release.pre-release-replacements]] |
| file = "CHANGELOG.md" |
| search = "<!-- next-url -->" |
| replace = """ |
| <!-- next-url --> |
| [Unreleased]: https://github.com/assert-rs/assert_cmd/compare/{{tag_name}}...HEAD""" |
| exactly = 1 |
| |
| [[bin]] |
| name = "bin_fixture" |
| |
| [dependencies.anstream] |
| version = "0.2.2" |
| optional = true |
| |
| [dependencies.anstyle] |
| version = "0.3.1" |
| |
| [dependencies.bstr] |
| version = "1.0.1" |
| |
| [dependencies.doc-comment] |
| version = "0.3" |
| |
| [dependencies.predicates] |
| version = "3.0.1" |
| features = ["diff"] |
| default-features = false |
| |
| [dependencies.predicates-core] |
| version = "1.0.6" |
| |
| [dependencies.predicates-tree] |
| version = "1.0.1" |
| |
| [dependencies.wait-timeout] |
| version = "0.2.0" |
| |
| [dev-dependencies.escargot] |
| version = "0.5" |
| |
| [features] |
| color = [ |
| "dep:anstream", |
| "predicates/color", |
| ] |
| color-auto = ["color"] |