rdapify 0.3.0

Unified, secure, high-performance RDAP client with built-in SSRF protection and privacy controls
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 = "2021"
rust-version = "1.75"
name = "rdapify"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified, secure, high-performance RDAP client with built-in SSRF protection and privacy controls"
homepage = "https://rdapify.com"
documentation = "https://docs.rs/rdapify"
readme = "README.md"
keywords = [
    "rdap",
    "whois",
    "domain",
    "network",
    "dns",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/rdapify/RDAPify"

[lib]
name = "rdapify"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

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

[[bench]]
name = "cache"
path = "benches/cache.rs"
harness = false

[[bench]]
name = "query"
path = "benches/query.rs"
harness = false

[[bench]]
name = "ssrf"
path = "benches/ssrf.rs"
harness = false

[[bench]]
name = "streaming"
path = "benches/streaming.rs"
harness = false

[dependencies.rdap-batch]
version = "0.1.0"

[dependencies.rdap-bootstrap]
version = "0.1.0"

[dependencies.rdap-cache]
version = "0.1.0"

[dependencies.rdap-core]
version = "0.1.0"

[dependencies.rdap-rate-limit]
version = "0.1.0"

[dependencies.rdap-security]
version = "0.1.0"

[dependencies.rdap-stream]
version = "0.1.0"

[dependencies.rdap-types]
version = "0.1.0"

[dependencies.rdapify-client]
version = "0.1.0"

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.mockito]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]

[dev-dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dev-dependencies.tokio-test]
version = "0.4"