# 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 = "compio-buf" version = "0.5.0" authors = ["Berrysoft "] build = 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", ] [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 [features] allocator_api = ["bumpalo?/allocator_api"] arrayvec = ["dep:arrayvec"] bumpalo = ["dep:bumpalo"] bytes = ["dep:bytes"] nightly = [ "allocator_api", "read_buf", "try_trait_v2", ] read_buf = [] try_trait_v2 = [] [target."cfg(unix)".dependencies.libc] version = "0.2.149"