# 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.75.0" name = "buffet" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Thread-local buffer pool for the `loona` crate. """ documentation = "https://docs.rs/buffet" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bearcove/loona" [lib] name = "buffet" path = "src/lib.rs" [dependencies.b-x] version = "1.0.1" [dependencies.bytemuck] version = "1.16.3" features = ["extern_crate_std"] [dependencies.http] version = "1.1.0" [dependencies.libc] version = "0.2.155" [dependencies.memchr] version = "2.7.4" [dependencies.memmap2] version = "0.9.4" default-features = false [dependencies.nix] version = "0.29.0" [dependencies.nom] version = "7.1.3" [dependencies.pretty-hex] version = "0.4.1" [dependencies.send_wrapper] version = "0.6.0" [dependencies.socket2] version = "0.5.7" [dependencies.thiserror] version = "1.0.63" default-features = false [dependencies.tokio] version = "1.39.2" features = [ "sync", "macros", "rt", "io-util", "net", "time", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] default = ["uring"] miri = [] uring = [ "dep:io-uring", "dep:luring", ] [target.'cfg(target_os = "linux")'.dependencies.io-uring] version = "0.6.4" optional = true [target.'cfg(target_os = "linux")'.dependencies.luring] version = "0.1.1" optional = true