radixtarget 4.2.0

Fast radix tree implementation for IP addresses and hostnames with target matching
Documentation
[dependencies.idna]
version = "1.0.3"

[dependencies.ipnet]
version = "2.10"

[dependencies.pyo3]
optional = true
version = "0.27"

[dependencies.seahash]
version = "4.1"

[dev-dependencies.rand]
version = "0.8"

[features]
default = []
py = ["dep:pyo3"]

[lib]
crate-type = ["rlib", "cdylib"]
name = "radixtarget"
path = "src/lib.rs"

[package]
authors = ["TheTechromancer <thetechromancer@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "network-programming"]
description = "Fast radix tree implementation for IP addresses and hostnames with target matching"
edition = "2024"
keywords = ["radix", "tree", "ip", "network", "dns"]
license = "GPL-3.0"
name = "radixtarget"
readme = "README.md"
repository = "https://github.com/blacklanternsecurity/radixtarget"
version = "4.2.0"

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