1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "mockall_derive" 15version = "0.13.1" 16authors = ["Alan Somers <asomers@gmail.com>"] 17build = "build.rs" 18autolib = false 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = """ 24Procedural macros for Mockall 25""" 26documentation = "https://docs.rs/mockall_derive" 27readme = "README.md" 28keywords = [ 29 "mock", 30 "mocking", 31 "testing", 32] 33categories = ["development-tools::testing"] 34license = "MIT OR Apache-2.0" 35repository = "https://github.com/asomers/mockall" 36 37[package.metadata.release] 38push = false 39tag = false 40 41[lib] 42name = "mockall_derive" 43path = "src/lib.rs" 44proc-macro = true 45 46[dependencies.cfg-if] 47version = "1.0" 48 49[dependencies.proc-macro2] 50version = "1.0.60" 51 52[dependencies.quote] 53version = "1.0" 54 55[dependencies.syn] 56version = "2.0.9" 57features = [ 58 "extra-traits", 59 "full", 60] 61 62[dev-dependencies.pretty_assertions] 63version = "1.3" 64 65[features] 66nightly_derive = ["proc-macro2/nightly"] 67