psl-lexer 0.2.0

A lexer for Mozilla's Public Suffix List
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 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 = "psl-lexer"
version = "0.2.0"
authors = ["rushmorem <rushmore@webenchanter.com>"]
description = "A lexer for Mozilla's Public Suffix List"
documentation = "https://docs.rs/psl-lexer"
readme = "README.md"
keywords = ["tld", "gtld", "cctld", "domain", "psl"]
license = "MIT/Apache-2.0"
repository = "https://github.com/addr-rs/addr/tree/master/lexer"
[dependencies.error-chain]
version = "0.12"

[dependencies.native-tls]
version = "0.2"
optional = true

[dependencies.url]
version = "1.7"
[dev-dependencies.lazy_static]
version = "1.0"

[dev-dependencies.rspec]
version = "=1.0.0-beta.4"

[features]
default = ["remote_list"]
remote_list = ["native-tls"]