mirror of
https://github.com/openharmony/third_party_rust_unicode-width.git
synced 2026-07-19 15:13:40 -04:00
19 lines
535 B
TOML
19 lines
535 B
TOML
[package]
|
|
|
|
name = "unicode-width"
|
|
version = "0.0.1"
|
|
authors = ["kwantam <kwantam@gmail.com>"]
|
|
|
|
homepage = "https://github.com/unicode-rs/unicode-width"
|
|
repository = "https://github.com/unicode-rs/unicode-width"
|
|
documentation = "https://unicode-rs.github.io/unicode-width/unicode-width"
|
|
license = "MIT/Apache-2.0"
|
|
keywords = ["text", "width", "unicode"]
|
|
readme = "README.md"
|
|
description = """
|
|
Determine displayed width of `char` and `str` types
|
|
according to Unicode Standard Annex #11 rules.
|
|
"""
|
|
|
|
exclude = [ "target/*", "Cargo.lock" ]
|