[package]
name = "tld"
version = "2.38.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/pagescrape/tld.rs"
documentation = "https://docs.rs/tld"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/pagescrape/tld.rs"
[lib]
name = "tld"
path = "src/lib.rs"
[dependencies.phf]
version = "0.11.2"
[build-dependencies.phf_codegen]
version = "0.11.2"