# 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 = "buffer-redux" version = "1.0.2" authors = [ "dignifiedquire ", "Austin Bonander ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Drop-in replacements for buffered I/O in `std::io` with extra features." documentation = "https://docs.rs/buffer-redux" readme = "README.md" keywords = [ "io", "buffer", "buffered", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dignifiedquire/buffer-redux" [lib] name = "buffer_redux" path = "src/lib.rs" [[bench]] name = "construction" path = "benches/construction.rs" [dependencies.memchr] version = "2.0" [features] default = ["slice-deque"] slice-deque = ["dep:slice-ring-buffer"] [target."cfg(any(unix, windows))".dependencies.slice-ring-buffer] version = "0.3" optional = true