fqdn 0.4.5

FQDN (Fully Qualified Domain Name)
Documentation
[dependencies.punycode]
optional = true
version = "0.4.1"

[dependencies.serde]
features = ["std"]
optional = true
version = "1.0.215"

[dev-dependencies.postcard]
features = ["use-std"]
version = "1.1.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0.133"

[[example]]
name = "json"
path = "examples/json.rs"

[[example]]
name = "postcard"
path = "examples/postcard.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
autolib = 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.4.5"