mockall 0.5.1

A powerful mock object library for Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "mockall"
version = "0.5.1"
authors = ["Alan Somers <asomers@gmail.com>"]
description = "A powerful mock object library for Rust.\n"
documentation = "https://docs.rs/mockall"
readme = "README.md"
keywords = ["mock", "mocking", "testing"]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/asomers/mockall"
[package.metadata.docs.rs]
features = ["nightly"]
[dependencies.cfg-if]
version = "0.1.6"

[dependencies.downcast]
version = "0.10"

[dependencies.fragile]
version = "0.3"

[dependencies.lazy_static]
version = "1.1"

[dependencies.mockall_derive]
version = "= 0.5.1"

[dependencies.predicates]
version = "1.0.1"

[dependencies.predicates-tree]
version = "1.0"

[features]
nightly = ["mockall_derive/nightly"]