iphost 0.3.2

Stable hostname resolution library that supports storing a hostname in either a static IP addresses or an FQDN.
Documentation
[dependencies.dropcatch]
version = "0.3"

[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"

[dependencies.tokio]
default-features = false
features = ["sync"]
optional = true
version = "1"

[dependencies.tracing]
optional = true
version = "0.1"

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

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

[features]
broadcast = ["dep:tokio"]
default = ["serde", "tracing", "broadcast"]
serde = ["dep:serde"]
tracing = ["dep:tracing"]

[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.3.2"