reading-liner 0.3.3

A Stream reader which can convert between byte offset and line-column numbers. Support any type which implements io::Read.
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 = "reading-liner"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Stream reader which can convert between byte offset and line-column numbers. Support any type which implements io::Read."
readme = "README.md"
keywords = [
    "offset",
    "converter",
    "reader",
    "io",
]
license-file = "LICENSE"
repository = "https://github.com/ireina7/reading-liner"

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

[[test]]
name = "check"
path = "tests/check.rs"

[dependencies]

[dev-dependencies.quickcheck]
version = "1.1.0"

[dev-dependencies.quickcheck_macros]
version = "1.2.0"

[dev-dependencies.rand]
version = "0.10.0"