# 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 = "layered-io" version = "0.23.1" authors = ["Dan Gohman "] exclude = ["/.github"] description = "I/O traits extending Read and Write" readme = "README.md" keywords = [ "api", "io", "stream", ] categories = [ "os", "rust-patterns", ] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/layered-io" [dependencies.duplex] version = "0.16.0" [dependencies.futures-io] version = "0.3.12" optional = true [dependencies.io-extras] version = "0.18.0" features = ["os_pipe"] [dependencies.terminal-io] version = "0.19.0" optional = true [dependencies.tokio] version = "1.8.1" optional = true