rdapify 0.4.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.77"
name = "rdapify"
version = "0.4.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 = "Apache-2.0"
repository = "https://github.com/rdapify/RDAPify"

[features]
analytics = []
batch = ["dep:rdap-batch"]
default = [
    "memory-cache",
    "stream",
]
full = [
    "memory-cache",
    "stream",
    "batch",
    "rate-limit",
]
history = []
memory-cache = [
    "dep:rdap-cache",
    "rdapify-client/memory-cache",
]
monitoring = []
mysql = ["dep:rdap-mysql"]
postgres = ["dep:rdap-postgres"]
rate-limit = ["dep:rdap-rate-limit"]
service = ["dep:rdap-service"]
sqlite = ["dep:rdap-sqlite"]
stream = ["rdapify-client/stream"]
webhooks = []

[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 = "batch"
path = "benches/batch.rs"
harness = false

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

[[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

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

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

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

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

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

[dependencies.rdap-mysql]
version = "0.1.0"
optional = true

[dependencies.rdap-postgres]
version = "0.1.0"
optional = true

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

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

[dependencies.rdap-service]
version = "0.1.0"
optional = true

[dependencies.rdap-sqlite]
version = "0.1.0"
optional = true

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

[dependencies.rdapify-client]
version = "0.2.0"
default-features = false

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

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

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

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

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

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

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