# 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 = "rev_lines" version = "0.3.0" authors = ["Michael Coyne "] autobenches = false description = "Rust Iterator for reading files line by line with a buffer in reverse" documentation = "https://docs.rs/rev_lines" readme = "README.md" keywords = [ "lines", "reverse", "reader", "buffer", "iterator", ] license = "MIT" repository = "https://github.com/mikeycgto/rev_lines" [[bench]] name = "iai" path = "benches/iai.rs" harness = false [[bench]] name = "criterion" path = "benches/criterion.rs" harness = false [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.5"