Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.async-trait]
version = "0.1"

[dependencies.moq_derive]
version = "=0.2.0"

[package]
authors = ["LazyMechanic <asharnrus@gmail.com>"]
categories = ["development-tools::testing"]
description = "Mock generator"
edition = "2021"
include = ["src/**/*.rs", "README.md", "LICENSE"]
keywords = ["test", "mock", "mocking", "generator"]
license = "MIT OR Apache-2.0"
name = "moq"
repository = "https://github.com/LazyMechanic/moq"
version = "0.2.0"