# 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 = "read_collection" version = "0.1.5" authors = ["TornaxO7 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of different variants of the `std::io::Read` trait." homepage = "https://github.com/TornaxO7/ReadCollection" readme = "README.md" keywords = [ "buffer", "reader", "bufreader", "reverse", ] categories = ["parsing"] license-file = "LICENSE" repository = "https://github.com/TornaxO7/ReadCollection" [lib] name = "read_collection" path = "src/lib.rs" [[example]] name = "u8_slice" path = "examples/u8_slice.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.memchr] version = "2"