tld 2.7.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/linkosmos/tld"
license = "BSD-3-Clause"
name = "tld"
repository = "https://github.com/linkosmos/tld"
version = "2.7.0"

[dependencies]
phf = "0.7.24"

[build-dependencies]
phf_codegen = "0.7.24"