[features]
domain-label-length-limited-to-63 = []
domain-label-should-start-with-letter = []
domain-name-length-limited-to-255 = []
domain-name-should-have-trailing-dot = []
domain-name-without-special-chars = []
strict-rfc-1035 = ["domain-label-length-limited-to-63", "domain-name-length-limited-to-255", "domain-name-without-special-chars", "domain-label-should-start-with-letter", "domain-name-should-have-trailing-dot"]
[package]
authors = ["Xophe <christophe.dousson@orange.com>"]
categories = ["data-structures"]
description = "FQDN (Fully Qualified Domain Name)"
edition = "2018"
keywords = ["fqdn", "dns"]
license = "MIT"
name = "fqdn"
repository = "https://github.com/XopheD/fqdn"
version = "0.1.7"