addr 0.8.1

A library for parsing domain names
Documentation
[package]
name = "addr"
description = "A library for parsing domain names"
version = "0.8.1"
license = "MIT/Apache-2.0"
repository = "https://github.com/addr-rs/addr"
documentation = "https://docs.rs/addr"
readme = "README.md"
keywords = ["tld", "gtld", "cctld", "domain", "psl"]
authors = ["rushmorem <rushmore@webenchanter.com>"]
edition = "2018"

[features]
default = ["email"]
email = ["no-std-net"]

[dependencies]
psl = "1.0.4"
no-std-net = { version = "0.5.0", default-features = false, optional = true }
serde = { version = "1.0.123", default-features = false, optional = true }

[dev-dependencies]
rspec = "1.0.0"
criterion = "0.3.4"

[[bench]]
name = "list_benchmark"
harness = false