beamterm-unicode 1.0.0

Unicode character classification utilities for beamterm
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.90.0"
name = "beamterm-unicode"
version = "1.0.0"
authors = ["Adrian Papari <junkdog@angelhill.net>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unicode character classification utilities for beamterm"
homepage = "https://github.com/junkdog/beamterm"
readme = "README.md"
license = "MIT"
repository = "https://github.com/junkdog/beamterm"
resolver = "2"

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

[dependencies.unicode-width]
version = "0.2"
features = ["core"]

[dev-dependencies.emojis]
version = "0.8.0"

[lints.clippy]
cloned_instead_of_copied = "warn"
collection_is_never_read = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
flat_map_option = "warn"
from_iter_instead_of_collect = "warn"
implicit_clone = "warn"
inefficient_to_string = "warn"
large_enum_variant = "warn"
large_types_passed_by_value = "warn"
linkedlist = "warn"
manual_let_else = "warn"
manual_string_new = "warn"
map_unwrap_or = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
must_use_candidate = "warn"
needless_collect = "warn"
needless_pass_by_value = "warn"
needless_return = "warn"
rc_buffer = "warn"
redundant_allocation = "warn"
redundant_closure_for_method_calls = "warn"
return_self_not_must_use = "warn"
semicolon_if_nothing_returned = "warn"
string_add_assign = "warn"
trivially_copy_pass_by_ref = "warn"
type_complexity = "warn"
uninlined_format_args = "warn"
unused_self = "warn"
vec_init_then_push = "warn"

[lints.rust]
dead_code = "warn"
missing_docs = "warn"
unused_imports = "deny"
unused_variables = "deny"