# 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 = "multi-readers" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Combining multiple readers" readme = "README.md" keywords = [ "readers", "multiple", "async", "seek", ] license = "MIT" repository = "https://github.com/cradiy/multi-readers.git" [lib] name = "multi_readers" path = "src/lib.rs" [[example]] name = "join_paths" path = "examples/join_paths.rs" [[example]] name = "join_readers" path = "examples/join_readers.rs" [[example]] name = "seek" path = "examples/seek.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.tokio] version = "1.41.0" optional = true [features] async = ["tokio"]