iphost 0.1.0

Stable hostname resolution library that supports storing a hostname in either a static IP addresses or an FQDN.
Documentation
[dependencies.fqdn]
features = ["domain-label-length-limited-to-63", "domain-name-length-limited-to-255", "domain-name-without-special-chars", "domain-label-cannot-start-or-end-with-hyphen", "punycode"]
version = "0.4.6"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[[example]]
name = "iphost-resolve"
path = "examples/iphost-resolve.rs"

[features]
default = ["serde"]
serde = ["dep:serde"]

[lib]
name = "iphost"
path = "src/lib.rs"

[package]
authors = ["Menhera.org Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stable hostname resolution library that supports storing a hostname in either a static IP addresses or an FQDN."
edition = "2024"
homepage = "https://github.com/metastable-void/iphost"
license = "Apache-2.0 OR MPL-2.0"
name = "iphost"
readme = "README.md"
repository = "https://github.com/metastable-void/iphost"
version = "0.1.0"