# 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.56" name = "circus_buggify" version = "0.1.0" authors = ["Pierre Zemb "] include = [ "../LICENSE-APACHE", "../LICENSE-MIT", "README.md", ".gitignore", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", ] description = "A Rust port of the Buggify macro from FoundationDB" homepage = "https://github.com/PierreZ/circus" documentation = "https://docs.rs/circus_buggify" readme = "README.md" categories = ["simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/PierreZ/circus" [dependencies.once_cell] version = "1.10.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.tracing] version = "0.1.34" [dev-dependencies.tracing-subscriber] version = "0.3.11" [badges.coveralls] branch = "main" repository = "PierreZ/circus" service = "github" [badges.maintenance] status = "experimental"