reserve-core 0.2.0

Core lookup, catalog, and rate-limiting engine behind the reserve domain finder
Documentation
# 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-core"
version = "0.2.0"
authors = ["Md. Sazzad Hossain Sharkar <sazzad@devops.bd>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core lookup, catalog, and rate-limiting engine behind the reserve domain finder"
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"

[lib]
name = "reserve_core"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3.34"

[dependencies.governor]
version = "0.10.4"

[dependencies.hickory-resolver]
version = "0.26.1"

[dependencies.idna]
version = "1.1.0"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "json",
    "gzip",
    "http2",
    "charset",
    "system-proxy",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt",
    "net",
    "io-util",
    "time",
    "sync",
    "fs",
    "macros",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "test-util",
]
default-features = false

[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