# 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 = "bufstream-fresh" version = "0.3.1" authors = [ "The Rust Project Developers", "Saul Hazledine", ] description = """ Fork of the bufstream crate. Buffered I/O for streams where each read/write half is separately buffered. """ documentation = "https://docs.rs/bufstream-fresh" readme = "README.md" keywords = [ "network", "io", "stream", "buffer", ] license = "MIT/Apache-2.0" repository = "https://code.alienscience.org/alienscience/bufstream-fresh"