read_lines_with_blank 0.1.1

File to Vec<String> by line without losing or ending on blank lines
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 = "read_lines_with_blank"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File to Vec<String> by line without losing or ending on blank lines"
readme = "readme.md"
keywords = [
    "file",
    "filesystem",
    "lines",
    "read",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/DawsonThePagan/read_lines_with_blank"

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

[dependencies]