[features]
__ = []
_orig_ = []
default = []
no-pub = []
[lib]
doctest = false
harness = true
proc-macro = true
[package]
authors = ["Vasily Bolgar <vasily.bolgar@gmail.com>"]
categories = ["development-tools::testing"]
description = "Lightweight library allowing to mock functions in Rust"
edition = "2018"
homepage = "https://github.com/reanimatorzon/covers"
keywords = ["rust", "mock", "fn", "function"]
license-file = "LICENSE.md"
name = "covers"
readme = "../README.md"
repository = "https://github.com/reanimatorzon/covers"
version = "0.1.0-beta.7"