[package]
authors = ["John Notgull"]
description = "The `fionread` IO control reads the number of bytes available to read from the file descriptor."
edition = "2021"
license = "MIT AND Apache-2.0"
name = "fionread"
resolver = "2"
version = "0.1.0"
[target."cfg(unix)".dependencies.nix]
version = "0.23"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Networking_WinSock"]
version = "0.32"