# 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] name = "tcplistener-accept-timeout" version = "0.0.0" authors = ["наб "] description = "TcpListener.accept() with a timeout and a check for a pending connection" documentation = "https://docs.rs/tcplistener-accept-timeout" readme = "README.md" keywords = [ "tcp", "timeout", "accept_timeout", ] categories = [ "os", "network-programming", ] license = "MIT" repository = "https://git.sr.ht/~nabijaczleweli/tcplistener-accept-timeout" [lib] path = "lib.rs" [[test]] name = "test" path = "test.rs" [target."cfg(not(target_os = \"windows\"))".dependencies.libc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52" features = ["Win32_Networking_WinSock"]