[package]
edition = "2021"
rust-version = "1.70"
name = "tld"
version = "2.40.0"
authors = ["Ernestas Poskus <ernestas.poskus@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Top Level domain static hash map, tld list is obtained from of iana.org
"""
homepage = "https://github.com/ernestas-poskus/tld.rs"
documentation = "https://docs.rs/tld"
readme = "README.md"
keywords = [
"tld",
"domain",
"iana",
"validation",
"lookup",
]
categories = [
"network-programming",
"web-programming",
"data-structures",
]
license = "BSD-3-Clause"
repository = "https://github.com/ernestas-poskus/tld.rs"
[lib]
name = "tld"
path = "src/lib.rs"
[dependencies.phf]
version = "0.11"
default-features = false
[build-dependencies.phf_codegen]
version = "0.11"