mimicry 0.1.0

Lightweight mocking / spying library
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.57"
name = "mimicry"
version = "0.1.0"
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
description = "Lightweight mocking / spying library"
readme = "README.md"
keywords = ["testing", "mock", "mocking", "spy"]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/slowli/mimicry"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.mimicry-derive]
version = "0.1.0"

[dependencies.once_cell]
version = "1.12.0"

[dependencies.ouroboros]
version = "0.15.0"
optional = true

[dependencies.parking_lot]
version = "0.12.1"
optional = true

[dependencies.thread_local]
version = "1.1.4"
[dev-dependencies.doc-comment]
version = "0.3.3"

[dev-dependencies.static_assertions]
version = "1.1.0"

[dev-dependencies.version-sync]
version = "0.9.4"

[features]
default = []
shared = ["parking_lot", "ouroboros"]