# 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 = "tower-fault-injector" version = "0.0.4" authors = ["nicolas.moutschen@gmail.com"] description = "Tower layers for fault injection" license = "MIT" repository = "https://github.com/nmoutschen/tower-fault-injector" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.rand] version = "0.8" optional = true [dependencies.tokio] version = "1" features = ["time", "rt", "macros"] optional = true [dependencies.tower] version = "0.4" features = ["util"] [dev-dependencies.axum] version = "0.4" [dev-dependencies.lambda_http] version = "0.5" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["full"] error = ["rand", "tokio"] full = ["error", "latency"] latency = ["rand", "tokio"]