vacant 0.2.1

Fast domain availability checker. Asks authoritative TLD nameservers directly instead of WHOIS.
# 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 = "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"