unicode-width-utils 0.1.0

A thin-wrapper for the `unicode-width` crate with additional functionalities
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 = "unicode-width-utils"
version = "0.1.0"
authors = ["Koji Ishii <kojiishi@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    ".vscode",
    "Taskfile.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thin-wrapper for the `unicode-width` crate with additional functionalities"
documentation = "https://docs.rs/unicode-width-utils/"
readme = "README.md"
keywords = [
    "unicode",
    "unicode-width",
    "text",
    "cjk",
]
categories = [
    "internationalization",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/kojiishi/unicode-width-utils"

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

[dependencies.unicode-width]
version = "0.2.2"