# 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 = "emergency_brake" version = "0.1.0" authors = ["Kelsea Blackwell"] description = "emergency_brake is a simple and easy to use process or service monitor that will immediately terminate the execution of a process or service on a critical dependency failure." homepage = "https://github.com/TrippingKelsea/EmergencyBrake" documentation = "https://github.com/TrippingKelsea/EmergencyBrake" readme = "README.md" keywords = [ "chaos", "failure", "fault-injection", "panic", ] categories = ["development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/TrippingKelsea/EmergencyBrake" [dependencies.async-trait] version = "0.1.68" optional = true [dependencies.reqwest] version = "0.11.18" optional = true [dependencies.tokio] version = "1.29.1" optional = true [dependencies.tracing] version = "0.1.37" [features] service_checker = [ "dep:async-trait", "dep:reqwest", "dep:tokio", ]