зеркало из https://github.com/mozilla/gecko-dev.git
24 строки
569 B
TOML
24 строки
569 B
TOML
[package]
|
|
|
|
name = "unicode-width"
|
|
version = "0.1.4"
|
|
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"
|
|
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" ]
|
|
|
|
[features]
|
|
default = []
|
|
no_std = []
|
|
bench = []
|