[package] name = "ok-dns" version = "0.1.1" edition = "2021" description = "A command line tool to find files and directories by name." homepage = "https://github.com/tengfei-xy/ok-dns" repository = "https://github.com/tengfei-xy/ok-dns" license = "MIT OR Apache-2.0" keywords = ["dns", "ban"] readme = "README.MD" [dependencies] actix-web = "4.5.1" chrono = "0.4.34" env_logger = "0.11.2" fastping-rs = "0.2.4" log = "0.4.21" reqwest = {version="0.11.24", features=["blocking","socks"]} select = "0.6.0" serde = {version="1.0.197", features=["derive"]} serde_json = "1.0.114" structopt = "0.3.26" toml = "0.8.10"