tld 2.16.0

Top Level domain static hash map, tld list is obtained from of iana.org
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Ernestas Poskus <ernestas.poskus@gmail.com>"]
build = "build.rs"
description = """
Top Level domain static hash map, tld list is obtained from of iana.org
"""
documentation = "https://docs.rs/tld"
homepage = "https://github.com/pagescrape/tld.rs"
license = "BSD-3-Clause"
name = "tld"
repository = "https://github.com/pagescrape/tld.rs"
version = "2.16.0"

[dependencies]
phf = "0.8"

[build-dependencies]
phf_codegen = "0.8"