rdap-bootstrap 0.1.0

IANA RFC 9224 bootstrap server discovery for RDAP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rdap-bootstrap"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "IANA RFC 9224 bootstrap server discovery for RDAP"

[dependencies]
rdap-types = { path = "../rdap-types", version = "0.1.0" }
reqwest    = { workspace = true }
serde      = { workspace = true }
serde_json = { workspace = true }
tokio      = { workspace = true }
ipnetwork  = { workspace = true }