unimock 0.4.11

A versatile and developer-friendly trait mocking library
Documentation
[dependencies.once_cell]
version = "1.17"

[dependencies.pretty_assertions]
optional = true
version = "1.3"

[dependencies.unimock_macros]
version = "0.4.11"
[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = ["pretty-print"]
nightly-tests = []
pretty-print = ["dep:pretty_assertions"]

[package]
authors = ["Audun Halland <audun.halland@pm.me>"]
categories = ["development-tools", "development-tools::testing"]
description = "A versatile and developer-friendly trait mocking library"
edition = "2021"
keywords = ["mocking", "mock", "testing", "test"]
license = "MIT"
name = "unimock"
readme = "README.md"
repository = "https://github.com/audunhalland/unimock/"
rust-version = "1.65"
version = "0.4.11"