cheep-crator-2/vendor/publicsuffix/Cargo.toml

57 lines
1.5 KiB
TOML

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "publicsuffix"
version = "2.1.1"
authors = ["rushmorem <rushmore@webenchanter.com>"]
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
[dependencies.byteorder]
version = "1.4.3"
default-features = false
[dependencies.hashbrown]
version = "0.11.2"
features = ["inline-more"]
default-features = false
[dependencies.idna]
version = "0.2.3"
optional = true
[dependencies.psl-types]
version = "2.0.7"
[dependencies.unicase]
version = "2.6.0"
optional = true
default-features = false
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.rspec]
version = "1.0.0"
[features]
anycase = ["unicase"]
default = ["punycode"]
punycode = ["idna"]
std = []