blob: bca8c27d2e57ddbd86bb85cd27ffc95297a95c77 [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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "mockall_derive"
version = "0.9.0"
authors = ["Alan Somers <asomers@gmail.com>"]
description = "Procedural macros for Mockall\n"
documentation = "https://docs.rs/mockall_derive"
keywords = ["mock", "mocking", "testing"]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/asomers/mockall"
[package.metadata.release]
disable-push = true
disable-tag = true
[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.15"
features = ["extra-traits", "full"]
[dev-dependencies.pretty_assertions]
version = "0.5"
[features]
nightly_derive = ["proc-macro2/nightly"]