blob: 978661082f31a5ebfe0ef4bb13a1d0d3ed12d5d9 [file] [log] [blame]
# 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]
name = "publicsuffix"
version = "1.5.2"
authors = ["rushmorem <rushmore@webenchanter.com>"]
description = "Robust domain name parsing and RFC compliant email address validation"
documentation = "https://docs.rs/publicsuffix"
readme = "README.md"
keywords = ["tld", "gtld", "cctld", "domain", "psl"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rushmorem/publicsuffix"
[dependencies.error-chain]
version = "0.12"
[dependencies.idna]
version = "0.1"
[dependencies.lazy_static]
version = "1.0"
[dependencies.native-tls]
version = "0.2"
optional = true
[dependencies.regex]
version = "1.0"
[dependencies.url]
version = "1.7"
[dev-dependencies.rspec]
version = "=1.0.0-beta.3"
[features]
default = ["remote_list"]
remote_list = ["native-tls"]