# 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 = "socket2-ext" version = "0.1.1" authors = ["cavivie "] description = """ An socket2 extension contains utilities for handling networking sockets with a maximal amount of configuration possible intended. """ homepage = "https://github.com/cavivie/socket2-ext-rs" readme = "README.md" keywords = [ "socket-ext", "socket2-ext", "extension", "socket", "network", ] categories = [ "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/cavivie/socket2-ext-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] features = ["log"] [dependencies.socket2] version = "0.5.6" features = ["all"] [dependencies.tracing] version = "0.1" default-features = false [features] default = [] log = [] [target."cfg(unix)".dependencies.libc] version = "0.2.150" [target."cfg(windows)".dependencies.ipconfig] version = "0.3"