circus_buggify 0.1.0

A Rust port of the Buggify macro from FoundationDB
Documentation
[badges.coveralls]
branch = "main"
repository = "PierreZ/circus"
service = "github"

[badges.maintenance]
status = "experimental"

[dependencies.once_cell]
version = "1.10.0"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[dev-dependencies.tracing]
version = "0.1.34"

[dev-dependencies.tracing-subscriber]
version = "0.3.11"

[package]
authors = ["Pierre Zemb <contact@pierrezemb.fr>"]
categories = ["simulation"]
description = "A Rust port of the Buggify macro from FoundationDB"
documentation = "https://docs.rs/circus_buggify"
edition = "2021"
homepage = "https://github.com/PierreZ/circus"
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs"]
license = "MIT OR Apache-2.0"
name = "circus_buggify"
readme = "README.md"
repository = "https://github.com/PierreZ/circus"
rust-version = "1.56"
version = "0.1.0"