double-trait 0.2.5

A procedural macro to derive a mirror of a trait designed to make it easier to implement test doubles.
Documentation
[dependencies.double-derive]
version = "0.2.5"

[dev-dependencies.async-trait]
version = "0.1.89"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.47.1"

[lib]
name = "double_trait"
path = "src/lib.rs"

[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-trait"
readme = "README.md"
repository = "https://github.com/pacman82/double-trait"
resolver = "2"
version = "0.2.5"

[[test]]
name = "integration"
path = "tests/integration.rs"