[package] name = "knock-knock" version = "0.3.0" authors = ["Sunshine "] description = "CLI tool for obtaining and outputting domain name information in an easy-to-read format" homepage = "https://github.com/snshn/knock-knock" repository = "https://github.com/snshn/knock-knock" edition = "2021" license = "CC0-1.0" [dependencies] chrono = "0.4.19" rdap_client = "0.2.0" tokio = { version = "1.22.0", features = ["full"] } [dependencies.clap] version = "3.1.8" default-features = false features = [ "std", "suggestions" ]