[package] name = "fawlty" version = "0.0.0" edition = "2021" authors = ["Christian Thäter "] description = "Fault injection / fault coverage testing" license = "MIT OR Apache-2.0" repository = "https://git.pipapo.org/cehteh/fawlty.git" keywords = ["fault_injection", "coverage"] categories = ["testing"] [dependencies] dashmap = "5.4.0" fnv = "1.0.7" hash_hasher = "2.0.3" once_cell = "1.17.1"