vibeio 0.2.5

A high-performance, cross-platform asynchronous runtime for Rust
Documentation
# 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"
name = "vibeio"
version = "0.2.5"
authors = ["Dorian Niemiec <dorian@ferron.sh>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance, cross-platform asynchronous runtime for Rust"
documentation = "https://docs.rs/vibeio"
readme = "README.md"
keywords = [
    "async",
    "io",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/ferronweb/vibeio"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
blocking-default = ["rusty_pool"]
default = [
    "fs",
    "splice",
    "time",
    "pipe",
    "stdio",
    "signal",
    "process",
    "blocking-default",
]
fs = []
pipe = []
process = ["async-channel"]
signal = ["once_cell"]
splice = []
stdio = []
time = ["tm-wheel"]

[lib]
name = "vibeio"
path = "src/lib.rs"

[dependencies.async-channel]
version = "2.5.0"
optional = true

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.mio]
version = "1.1.1"

[dependencies.once_cell]
version = "1.21.3"
optional = true

[dependencies.oneshot]
version = "0.2.1"
features = [
    "async",
    "std",
]

[dependencies.rusty_pool]
version = "0.7.0"
optional = true

[dependencies.slab]
version = "0.4.12"

[dependencies.tm-wheel]
version = "0.1.1"
optional = true

[dependencies.tokio]
version = "1.49.0"
features = ["io-util"]

[dev-dependencies]

[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.6"

[target."cfg(unix)".dependencies.libc]
version = "0.2.176"

[target."cfg(unix)".dependencies.mio]
version = "1.1.1"
features = [
    "os-poll",
    "os-ext",
]

[target."cfg(unix)".dev-dependencies.shiba]
version = "0.1.1"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Wdk_Foundation",
    "Wdk_Storage_FileSystem",
    "Wdk_System_IO",
    "Win32_Networking_WinSock",
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Console",
    "Win32_System_IO",
    "Win32_System_Threading",
    "Win32_Storage_FileSystem",
]