[package]
name = "simulacrum"
version = "0.3.0"
authors = ["Jason Grlicky <jason@paracosm.us>"]
description = "Minimal library for creating mock objects by hand using stable Rust."
documentation = "https://docs.rs/simulacrum"
readme = "README.md"
keywords = ["mock", "mocking", "test", "testing", "TDD"]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/pcsm/simulacrum/tree/master/simulacrum"
[dependencies.simulacrum_macros]
version = "0.3.0"
[dependencies.simulacrum_mock]
version = "0.1.0"
[dependencies.simulacrum_user]
version = "0.1.0"
[badges.maintenance]
status = "actively-developed"