# 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 = "blackhole-bin" version = "0.6.2" authors = ["Wataru Matsui "] exclude = [ "examples/*", "tests/*", "*.png", "perf/*", "assets", "Makefile", "tmp.rs", ] description = "blackhole is a server that responds to any request with http status code 200" readme = "README.md" keywords = [ "server", "mock", "dev", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/watawuwu/blackhole" [[bin]] name = "blackhole" path = "src/main.rs" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.clap-verbosity-flag] version = "2" [dependencies.colored_json] version = "3.2" [dependencies.exitcode] version = "1.1" [dependencies.fern] version = "0.6" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.3" [dependencies.signal-hook-tokio] version = "0.3" features = ["futures-v0_3"] [dependencies.time] version = "0.3" features = [ "serde", "macros", ] [dependencies.tokio] version = "1" features = ["full"] [badges.is-it-maintained-issue-resolution] repository = "watawuwu/blackhole" service = "github" [badges.is-it-maintained-open-issues] repository = "watawuwu/blackhole" service = "github" [badges.maintenance] status = "passively-maintained"