# 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 = "2021" name = "mockall_derive" version = "0.12.1" authors = ["Alan Somers "] description = """ Procedural macros for Mockall """ documentation = "https://docs.rs/mockall_derive" readme = "README.md" keywords = [ "mock", "mocking", "testing", ] categories = ["development-tools::testing"] license = "MIT OR 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.60" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.9" features = [ "extra-traits", "full", ] [dev-dependencies.pretty_assertions] version = "1.3" [features] nightly_derive = ["proc-macro2/nightly"]