bytes2chars 0.1.1

lazy utf-8 decoder iterator with rich errors
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"
rust-version = "1.85"
name = "bytes2chars"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "lazy utf-8 decoder iterator with rich errors"
documentation = "https://docs.rs/bytes2chars"
readme = "README.md"
keywords = [
    "utf8",
    "unicode",
    "iterator",
    "decoder",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://github.com/20jasper/jjpwrgem"

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

[dependencies.displaydoc]
version = "0.2.5"

[lints.clippy]
cast_lossless = "warn"
doc_markdown = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
undocumented_unsafe_blocks = "warn"
unreadable_literal = "warn"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"