blob: 89d8bc1cb609c5187b639db717bf50faa6ce4617 [file] [log] [blame]
# 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 = "mockall_derive"
version = "0.11.4"
authors = ["Alan Somers <asomers@gmail.com>"]
description = """
Procedural macros for Mockall
"""
documentation = "https://docs.rs/mockall_derive"
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]
push = false
tag = false
[lib]
proc-macro = true
[dependencies.cfg-if]
version = "1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0.87"
features = [
"extra-traits",
"full",
]
[dev-dependencies.pretty_assertions]
version = "1.3"
[features]
nightly_derive = ["proc-macro2/nightly"]