# 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" name = "fawlty" version = "0.0.0" authors = ["Christian Thäter "] description = "Fault injection / fault coverage testing" readme = "README.md" keywords = [ "fault_injection", "coverage", ] categories = ["testing"] license = "MIT OR Apache-2.0" repository = "https://git.pipapo.org/cehteh/fawlty.git" [dependencies.dashmap] version = "5.4.0" [dependencies.fnv] version = "1.0.7" [dependencies.hash_hasher] version = "2.0.3" [dependencies.once_cell] version = "1.17.1"