compio-buf 0.8.0

Buffer trait for completion based async IO
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"
name = "compio-buf"
version = "0.8.0"
authors = ["Berrysoft <Strawberry_Str@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Buffer trait for completion based async IO"
readme = "README.md"
keywords = ["async"]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/compio-rs/compio"

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

[features]
allocator_api = []
arrayvec = ["dep:arrayvec"]
bumpalo = ["dep:bumpalo"]
bytes = ["dep:bytes"]
nightly = [
    "allocator_api",
    "read_buf",
    "try_trait_v2",
]
read_buf = []
smallvec = ["dep:smallvec"]
try_trait_v2 = []

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

[dependencies.arrayvec]
version = "0.7.4"
optional = true

[dependencies.bumpalo]
version = "3.14.0"
optional = true

[dependencies.bytes]
version = "1.7.1"
optional = true

[dependencies.smallvec]
version = "1.13.2"
optional = true

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