# 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 = "fastcgi-healthcheck" version = "0.2.0" authors = ["Aleksandar Lazic "] exclude = [ "target/*", "Dockerfile", ".github/*", ".gitignore", ] description = "Fastcgi healthcheck, power by kvarn-fastcgi-client, axum and tokio." homepage = "https://github.com/git001/fastcgi-healthcheck" readme = "README.md" keywords = [ "healthcheck", "fastcgi", "fcgi", "http", ] categories = [ "network-programming", "web-programming::http-server", ] license = "GPL-3.0" repository = "https://github.com/git001/fastcgi-healthcheck" [[bin]] name = "fastcgi-healthcheck" path = "src/main.rs" test = true bench = true [dependencies.axum] version = "0.7.5" [dependencies.chrono] version = "0.4.37" [dependencies.env_logger] version = "0.11.3" [dependencies.hyper] version = "1.2.0" features = [ "server", "http1", ] [dependencies.json_env_logger] version = "0.1.1" features = [ "iso-timestamps", "chrono", ] [dependencies.kvarn-fastcgi-client] version = "0.9.0" [dependencies.log] version = "0.4.21" features = ["kv_std"] [dependencies.tokio] version = "1.37.0" features = [ "rt", "io-util", "macros", "sync", "net", "rt-multi-thread", ]