simulacrum_mock 0.1.0

Core functionality for creating mock objects with Simulacrum.
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]
name = "simulacrum_mock"
version = "0.1.0"
authors = ["Jason Grlicky <jason@paracosm.us>"]
description = "Core functionality for creating mock objects with Simulacrum."
documentation = "https://docs.rs/simulacrum_mock"
readme = "README.md"
keywords = ["mock", "mocking", "test", "testing", "TDD"]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/pcsm/simulacrum/tree/master/simulacrum_mock"
[dependencies.debugit]
version = "0.1.0"

[dependencies.handlebox]
version = "0.3.0"

[dependencies.simulacrum_shared]
version = "0.1.0"
[dev-dependencies.simulacrum_user]
version = "0.1.0"
[badges.maintenance]
status = "actively-developed"