lines 0.0.7

Utililities for iterating readers efficiently line-by-line.
Documentation
# 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 = "2024"
name = "lines"
version = "0.0.7"
authors = ["Petr Novotnik <pnovotnik@googlemail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utililities for iterating readers efficiently line-by-line."
documentation = "https://docs.rs/lines/"
readme = "README.md"
keywords = [
    "streaming",
    "text",
]
license = "MIT"
repository = "https://codeberg.org/xitep/lines-rs.git"

[lib]
name = "lines"
path = "src/lib.rs"

[[test]]
name = "api-test"
path = "tests/api-test.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.memchr]
version = "2"

[dev-dependencies.criterion]
version = "0.8"