buf_read_splitter 0.4.1

A stream reader with ability to read a stream until a defined pattern is reached (usually an array of [u8])
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 = "2021"
name = "buf_read_splitter"
version = "0.4.1"
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A stream reader with ability to read a stream until a defined pattern is reached (usually an array of [u8])"
readme = "README.md"
license = "MIT"
repository = "https://github.com/flogbl/buf_read_splitter"

[features]
default = []
log = [
    "dep:log",
    "dep:format_hex",
    "dep:env_logger",
]

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

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

[dependencies.env_logger]
version = "0.7"
optional = true

[dependencies.format_hex]
version = "0.1"
optional = true

[dependencies.log]
version = "0.4"
optional = true