[package] authors = ["Andy Caldwell "] name = "vigil" version = "0.2.1" edition = "2021" license = "Apache-2.0/MIT" categories = ["concurrency"] description = "Provides a liveness checking watchdog for detecting deadlocks/livelocks/starvation etc." repository = "https://github.com/Metaswitch/vigil" keywords = [ "threading", "concurrency", "deadlock", "watchdog", ] [badges.travis-ci] repository = "Metaswitch/Vigil" [dependencies] log = "0.4"