rdap-security 0.1.0

SSRF protection and URL validation for RDAP clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rdap-security"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "SSRF protection and URL validation for RDAP clients"

[dependencies]
rdap-types = { path = "../rdap-types", version = "0.1.0" }
url        = { workspace = true }