# 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 = "2018" name = "publicsuffix" version = "2.3.0" authors = ["rushmorem "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extract root domain and suffix from a domain name" documentation = "https://docs.rs/publicsuffix" readme = "README.md" keywords = [ "tld", "psl", "no_std", "tldextract", "domain", ] license = "MIT/Apache-2.0" repository = "https://github.com/rushmorem/publicsuffix" [package.metadata.docs.rs] all-features = true [lib] name = "publicsuffix" path = "src/lib.rs" [[test]] name = "list" path = "tests/list.rs" [[bench]] name = "benches" path = "benches/benches.rs" [dependencies.hashbrown] version = "0.15.1" features = ["inline-more"] optional = true [dependencies.idna] version = "1.0" optional = true [dependencies.psl-types] version = "2.0.11" [dependencies.unicase] version = "2.6.0" optional = true default-features = false [dev-dependencies.rspec] version = "1.0.0" [features] anycase = ["unicase"] default = ["punycode"] punycode = ["idna"] std = []