mockall_derive 0.5.1

Procedural macros for Mockall
Documentation
# 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.5.1"
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.docs.rs]
features = ["extra-docs"]

[lib]
proc-macro = true
[dependencies.cfg-if]
version = "0.1.6"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0.3"
features = ["extra-traits", "full"]
[dev-dependencies.pretty_assertions]
version = "0.5"

[features]
extra-docs = []
nightly = ["proc-macro2/nightly"]