# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "proby" version = "1.0.2" authors = ["Sven-Hendrik Haase "] description = "Check whether hosts are reachable on certain ports and return result on HTTP" readme = "README.md" keywords = ["http-server", "probe", "http", "tcp", "port"] categories = ["command-line-utilities", "command-line-interface", "network-programming", "web-programming::http-server"] license = "MIT" repository = "https://github.com/svenstaro/proby" [profile.release] lto = true codegen-units = 1 [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "2.0.0" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_with] version = "1.4.0" [dependencies.simplelog] version = "0.8" [dependencies.structopt] version = "0.3" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.port_check] version = "0.1" [dev-dependencies.surf] version = "1"