[[example]]
name = "igor"
path = "examples/igor.rs"
[features]
default = ["domain-label-cannot-start-or-end-with-hyphen"]
domain-label-cannot-start-or-end-with-hyphen = []
domain-label-length-limited-to-63 = []
domain-name-length-limited-to-255 = []
domain-name-should-have-trailing-dot = []
domain-name-without-special-chars = []
strict-rfc = ["domain-label-length-limited-to-63", "domain-name-length-limited-to-255", "domain-name-without-special-chars", "domain-name-should-have-trailing-dot", "domain-label-cannot-start-or-end-with-hyphen"]
[lib]
name = "fqdn"
path = "src/lib.rs"
[package]
authors = ["Xophe <christophe.dousson@orange.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "FQDN (Fully Qualified Domain Name)"
documentation = "https://docs.rs/fqdn"
edition = "2021"
keywords = ["fqdn", "dns"]
license = "MIT"
name = "fqdn"
readme = "README.md"
repository = "https://github.com/Orange-OpenSource/fqdn"
version = "0.3.12"