blob: 806c84448eda641b3fd4420f5324480d4eb98983 [file] [log] [blame]
# 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.1"
authors = ["Austin Bonander <austin.bonander@gmail.com>"]
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.2"
[features]
default = ["slice-deque"]
nightly = ["slice-deque/unstable"]
[target."cfg(any(unix, windows))".dependencies.slice-deque]
version = "0.1"
optional = true