hostport 0.4.0

Parse and validate host:port combinations.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.anyhow]
version = "1.0.97"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.proptest]
version = "1.6.0"

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

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Viktor Persson <viktor.persson@arcsin.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parse and validate host:port combinations."
edition = "2024"
include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"]
keywords = ["host", "port", "parsing"]
license = "MIT"
name = "hostport"
readme = "README.md"
repository = "https://github.com/vikpe/hostport"
version = "0.4.0"