# 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 = "2018" name = "fionread" version = "0.1.1" authors = ["John Notgull"] description = "The `fionread` IO control reads the number of bytes available to read from the file descriptor." homepage = "https://notgull.github.io/fionread#readme" documentation = "https://docs.rs/fionread" readme = "README.md" license = "MIT AND Apache-2.0" repository = "https://github.com/notgull/fionread" [target."cfg(unix)".dependencies.nix] version = "0.23" [target."cfg(windows)".dependencies.windows-sys] version = "0.32" features = ["Win32_Networking_WinSock"]