[package] name = "socket-address" version = "0.3.0" edition = "2021" authors = ["Mike Cronce "] description = "A simple implementation of a socket address that can be either a network socket or a Unix domain socket" documentation = "https://docs.rs/crate/socket-address" homepage = "https://gitlab.cronce.io/foss/socket_address-rs" repository = "https://gitlab.com/foss/socket_address-rs" license = "MIT" [dependencies] thiserror = "1.0.44" http = "1.1.0"