reserve 0.2.0

Check domain name availability across grouped extensions, straight from the registry
# 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 = "2024"
rust-version = "1.88"
name = "reserve"
version = "0.2.0"
authors = ["Md. Sazzad Hossain Sharkar <sazzad@devops.bd>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Check domain name availability across grouped extensions, straight from the registry"
homepage = "https://reserve.devops.bd"
readme = "README.md"
keywords = [
    "domain",
    "rdap",
    "whois",
    "dns",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/devops-infinity/reserve"

[[bin]]
name = "reserve"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anstyle]
version = "1.0.14"

[dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["tracing"]
default-features = false

[dependencies.clap_complete]
version = "4.6.9"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.etcetera]
version = "0.11.0"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.reserve-core]
version = "0.2.0"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.time]
version = "0.3.55"
features = [
    "std",
    "formatting",
    "local-offset",
]
default-features = false

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "signal",
    "time",
    "macros",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
]

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3.27.0"

[build-dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "env",
    "wrap_help",
]

[build-dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["tracing"]
default-features = false

[build-dependencies.clap_mangen]
version = "0.3.3"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
indexing_slicing = "deny"
integer_division = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1