[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["full"]
version = "2.0.101"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.45.1"
[lib]
name = "double_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Markus Klein"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A procedural macro to derive a mirror of a trait designed to make it easier to implement test doubles."
edition = "2024"
keywords = ["testing", "double"]
license = "MIT"
name = "double-derive"
readme = false
repository = "https://github.com/pacman82/double-derive"
version = "0.1.3"
[[test]]
name = "integration"
path = "tests/integration.rs"