# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "socket-address" version = "0.3.0" authors = ["Mike Cronce "] description = "A simple implementation of a socket address that can be either a network socket or a Unix domain socket" homepage = "https://gitlab.cronce.io/foss/socket_address-rs" documentation = "https://docs.rs/crate/socket-address" license = "MIT" repository = "https://gitlab.com/foss/socket_address-rs" [dependencies.http] version = "1.1.0" [dependencies.thiserror] version = "1.0.44"