# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "buf_redux" version = "0.8.4" authors = ["Austin Bonander "] description = "Drop-in replacements for buffered I/O in `std::io` with extra features." documentation = "https://docs.rs/buf_redux" readme = "README.md" keywords = ["io", "buffer", "buffered"] license = "MIT OR Apache-2.0" repository = "https://github.com/abonander/buf_redux" [dependencies.memchr] version = "2.0" [dependencies.safemem] version = "0.3" [features] default = ["slice-deque"] nightly = ["slice-deque/unstable"] [target."cfg(any(unix, windows))".dependencies.slice-deque] version = "0.2" optional = true