Sha256: 9c543158992e0141a9b7d0dade8f660e828f4cc2078e08bb680a14fb4725f9ed
Contents?: true
Size: 1.82 KB
Versions: 11
Compression:
Stored size: 1.82 KB
Contents
# 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 = "io-extras" version = "0.18.1" authors = ["Dan Gohman <dev@sunfishcode.online>"] include = [ "src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md", ] description = "File/socket handle/descriptor utilities" readme = "README.md" keywords = [ "api", "io", "stream", ] categories = [ "os", "rust-patterns", ] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/io-extras" [dependencies.async-std] version = "1.12.0" features = ["unstable"] optional = true [dependencies.io-lifetimes] version = "2.0.0" [dependencies.mio] version = "0.8.0" optional = true [dependencies.os_pipe] version = "1.0.0" optional = true [dependencies.socket2] version = "0.4.0" optional = true [dependencies.tokio] version = "1.6.0" features = [ "io-std", "fs", "net", "process", ] optional = true [dev-dependencies.os_pipe] version = "1.0.0" [features] default = [] use_async_std = ["async-std"] use_mio_net = [ "mio", "mio/net", ] use_mio_os_ext = [ "mio", "mio/os-ext", ] use_os_pipe = ["os_pipe"] use_socket2 = ["socket2"] use_tokio = ["tokio"] [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_Console", ]
Version data entries
11 entries across 11 versions & 1 rubygems