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.12.1" 16authors = ["Alan Somers <[email protected]>"] 17description = """ 18Procedural macros for Mockall 19""" 20documentation = "https://docs.rs/mockall_derive" 21readme = "README.md" 22keywords = [ 23 "mock", 24 "mocking", 25 "testing", 26] 27categories = ["development-tools::testing"] 28license = "MIT OR Apache-2.0" 29repository = "https://github.com/asomers/mockall" 30 31[package.metadata.release] 32push = false 33tag = false 34 35[lib] 36proc-macro = true 37 38[dependencies.cfg-if] 39version = "1.0" 40 41[dependencies.proc-macro2] 42version = "1.0.60" 43 44[dependencies.quote] 45version = "1.0" 46 47[dependencies.syn] 48version = "2.0.9" 49features = [ 50 "extra-traits", 51 "full", 52] 53 54[dev-dependencies.pretty_assertions] 55version = "1.3" 56 57[features] 58nightly_derive = ["proc-macro2/nightly"] 59