tld 2.40.0

Top Level domain static hash map, tld list is obtained from of iana.org
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"