# 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" rust-version = "1.63" name = "socket2-plus" version = "0.2.1" authors = [ "Alex Crichton ", "Thomas de Zeeuw ", "keepsimple1 ", ] build = false include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/**/*.rs", "tests/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A superset of socket2 with additional safe APIs" documentation = "https://docs.rs/socket2-plus" readme = "README.md" keywords = [ "io", "socket", "network", ] categories = [ "api-bindings", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/keepsimple1/socket2-plus" [lib] name = "socket2_plus" path = "src/lib.rs" [[test]] name = "socket" path = "tests/socket.rs" [features] all = [] [target."cfg(unix)".dependencies.libc] version = "0.2.150" [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_IO", "Win32_System_Threading", "Win32_System_WindowsProgramming", ]