rdapify-client 0.2.0

High-level RDAP client with bootstrap, caching, and SSRF protection
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-client"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level RDAP client with bootstrap, caching, and SSRF protection"
homepage = "https://rdapify.com"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rdapify/RDAPify"

[features]
default = [
    "memory-cache",
    "stream",
]
memory-cache = ["dep:rdap-cache"]
stream = [
    "dep:rdap-stream",
    "dep:tokio-stream",
]

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

[dependencies.idna]
version = "1"

[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-security]
version = "0.1.0"

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

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

[dependencies.serde_json]
version = "1"

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

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