virtual-mio 0.702.0

Wasmer Virtual IO Engine powered by mio
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 = "2024"
rust-version = "1.93"
name = "virtual-mio"
version = "0.702.0"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasmer Virtual IO Engine powered by mio"
homepage = "https://wasmer.io/"
readme = false
license = "MIT"
repository = "https://github.com/wasmerio/wasmer"
resolver = "2"

[features]
js = []
sys = [
    "mio",
    "socket2",
]

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

[dependencies.async-trait]
version = "0.1.68"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.mio]
version = "1"
features = ["os-poll"]
optional = true

[dependencies.parking]
version = "2.2"

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.socket2]
version = "0.6.1"
features = ["all"]
optional = true

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.mio]
version = "1"
features = [
    "os-poll",
    "os-ext",
]