# 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 = "2018" name = "read_chunk_iter" version = "0.2.0" description = "Iterator adapters over a reader that yield fixed-size chunks at a time." readme = "README.md" keywords = ["iterator"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/rlee287/read_chunk_iter" [package.metadata.docs.rs] features = ["autodetect_vectored"] [[bench]] name = "chunked_file_read" harness = false [dependencies.atomic-wait] version = "1.1.0" [dev-dependencies.criterion] version = "0.5" features = [ "html_reports", "plotters", "rayon", "cargo_bench_support", ] default-features = false [dev-dependencies.itertools] version = "0.12.0" [dev-dependencies.poly1305] version = "0.8.0" [dev-dependencies.tempfile] version = "3.8.1" [features] autodetect_vectored = [] default = []