| # 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 = "2018" |
| name = "trycmd" |
| version = "0.12.2" |
| authors = ["Ed Page <[email protected]>"] |
| include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "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 |
| [[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 -->" |
| |
| [[bin]] |
| name = "bin-fixture" |
| |
| [[bin]] |
| name = "trycmd-schema" |
| required-features = ["schema"] |
| [dependencies.backtrace] |
| version = "0.3" |
| optional = true |
| |
| [dependencies.concolor] |
| version = "0.0.8" |
| optional = true |
| |
| [dependencies.content_inspector] |
| version = "0.2.4" |
| optional = true |
| |
| [dependencies.difflib] |
| version = "0.4" |
| optional = true |
| |
| [dependencies.dunce] |
| version = "1.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.normalize-line-endings] |
| version = "0.3.0" |
| |
| [dependencies.os_pipe] |
| version = "1.0" |
| |
| [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.tempfile] |
| version = "3.0" |
| optional = true |
| |
| [dependencies.toml_edit] |
| version = "0.12" |
| features = ["serde"] |
| |
| [dependencies.wait-timeout] |
| version = "0.2.0" |
| |
| [dependencies.walkdir] |
| version = "2.3.2" |
| optional = true |
| |
| [dependencies.yansi] |
| version = "0.5.0" |
| optional = true |
| |
| [features] |
| color = ["yansi", "concolor/std"] |
| color-auto = ["color", "concolor/auto"] |
| debug = ["backtrace"] |
| default = ["color-auto", "filesystem", "diff"] |
| diff = ["difflib"] |
| examples = ["escargot"] |
| filesystem = ["tempfile", "walkdir", "dunce", "content_inspector"] |
| schema = ["schemars", "serde_json"] |