| # 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" |
| name = "mockall_double" |
| version = "0.3.1" |
| authors = ["Alan Somers <asomers@gmail.com>"] |
| description = """ |
| Test double adapter for Mockall |
| """ |
| documentation = "https://docs.rs/mockall_double" |
| readme = "README.md" |
| keywords = [ |
| "mock", |
| "mocking", |
| "testing", |
| ] |
| categories = ["development-tools::testing"] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/asomers/mockall" |
| |
| [package.metadata.release] |
| tag-prefix = "mockall_double-" |
| |
| [[package.metadata.release.pre-release-replacements]] |
| file = "README.md" |
| replace = "mockall_double = \"{{version}}\"" |
| search = 'mockall_double = "[a-z0-9\.-]+"' |
| |
| [[package.metadata.release.pre-release-replacements]] |
| file = "CHANGELOG.md" |
| replace = "{{version}}" |
| search = "Unreleased" |
| |
| [[package.metadata.release.pre-release-replacements]] |
| file = "CHANGELOG.md" |
| replace = "{{date}}" |
| search = "ReleaseDate" |
| |
| [lib] |
| proc-macro = true |
| |
| [dependencies.cfg-if] |
| version = "1.0" |
| |
| [dependencies.proc-macro2] |
| version = "1.0.60" |
| |
| [dependencies.quote] |
| version = "1.0" |
| |
| [dependencies.syn] |
| version = "2.0" |
| features = ["full"] |
| |
| [features] |
| nightly = ["proc-macro2/nightly"] |