# 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 = "2018" name = "mockers_derive" version = "0.23.0" authors = ["Mikhail Trishchenkov "] description = "Macro 1.1 implementation for 'mockers' mocking library" keywords = [ "mock", "test", ] license = "MIT" repository = "https://github.com/kriomant/mockers" [lib] name = "mockers_derive" proc-macro = true [dependencies.indoc] version = "0.3.3" [dependencies.itertools] version = "0.4.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.prettyplease] version = "0.2.16" optional = true [dependencies.proc-macro2] version = "1.0.71" features = ["nightly"] [dependencies.proc-quote] version = "0.4.0" [dependencies.syn] version = "2.0.43" features = [ "full", "extra-traits", "visit-mut", ] [dev-dependencies.trybuild] version = "1.0.33" [build-dependencies] [features] debug = ["prettyplease"] nightly = []