[package]
edition = "2021"
name = "vacant"
version = "0.2.1"
authors = ["David Poblador i Garcia <david@poblador.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast domain availability checker. Asks authoritative TLD nameservers directly instead of WHOIS."
homepage = "https://github.com/alltuner/vacant"
readme = "README.md"
keywords = [
"domain",
"availability",
"dns",
"registrar",
"tld",
]
categories = [
"command-line-utilities",
"network-programming",
]
license = "MIT"
repository = "https://github.com/alltuner/vacant"
[[bin]]
name = "vacant"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = [
"derive",
"env",
]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.vacant-core]
version = "0.2.0"