# 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] name = "tld" version = "2.36.0" authors = ["Ernestas Poskus "] build = "build.rs" 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"