Files
third_party_rust_unicode-width/Cargo.toml
T
2018-05-19 12:21:49 -07:00

24 lines
569 B
TOML

[package]
name = "unicode-width"
version = "0.1.5"
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 = []