damock 0.1.2

Derivable data mocking for tests
Documentation
[dependencies.damock-macros]
version = "0"

[dev-dependencies.trybuild]
version = "1.0"

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

[lints.clippy]
self_named_module_files = "deny"

[lints.rust]
missing_docs = "deny"
unused_must_use = "deny"

[package]
authors = ["gibbz00 <gabrielhansson00@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Derivable data mocking for tests"
edition = "2021"
exclude = ["/.github"]
keywords = ["derive", "mocking", "testing"]
license = "MIT"
name = "damock"
readme = "README.md"
repository = "https://github.com/gibbz00/damock"
version = "0.1.2"

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