mockall 0.1.0-pre

A powerful mock object library for Rust.
Documentation
[package]
name = "mockall"
version = "0.1.0-pre"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/asomers/mockall"
categories = ["development-tools::testing"]
keywords = ["mock", "mocking", "testing"]
documentation = "https://docs.rs/mockall"
edition = "2018"
description = """
A powerful mock object library for Rust.
"""

[package.metadata.docs.rs]
features = ["nightly"]

[features]
# Extra features for the nightly compiler only
nightly = ["mockall_derive/nightly"]

[dependencies]
cfg-if = "0.1"
downcast = "0.10"
fragile = "0.3"
lazy_static = "1.0"
predicates = "1.0.1"
predicates-tree = "1.0"
mockall_derive = { version = "0.1.0-pre", path = "../mockall_derive" }