[package] name = "tcplistener-accept-timeout" description = "TcpListener.accept() with a timeout and a check for a pending connection" documentation = "https://docs.rs/tcplistener-accept-timeout" repository = "https://git.sr.ht/~nabijaczleweli/tcplistener-accept-timeout" readme = "README.md" keywords = ["tcp", "timeout", "accept_timeout"] categories = ["os", "network-programming"] license = "MIT" version = "0.0.0" authors = ["наб "] [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"]