[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"