|
|
@ -1,15 +1,15 @@
|
|
|
|
--- unicode-width-0.1.8/Cargo.toml 2020-06-29T15:39:43+00:00
|
|
|
|
--- unicode-width-0.1.9/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ unicode-width-0.1.8/Cargo.toml 2020-11-08T19:48:38.351748+00:00
|
|
|
|
+++ unicode-width-0.1.9/Cargo.toml 2021-09-27T18:09:03.420843+00:00
|
|
|
|
@@ -14,7 +14,7 @@
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
|
name = "unicode-width"
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.8"
|
|
|
|
version = "0.1.9"
|
|
|
|
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
|
|
|
|
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
|
|
|
|
-exclude = ["target/*", "Cargo.lock"]
|
|
|
|
-exclude = ["target/*", "Cargo.lock"]
|
|
|
|
+exclude = ["target/*", "Cargo.lock", "/scripts/*"]
|
|
|
|
+exclude = ["target/*", "Cargo.lock", "/scripts/*"]
|
|
|
|
description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n"
|
|
|
|
description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n"
|
|
|
|
homepage = "https://github.com/unicode-rs/unicode-width"
|
|
|
|
homepage = "https://github.com/unicode-rs/unicode-width"
|
|
|
|
documentation = "https://unicode-rs.github.io/unicode-width"
|
|
|
|
documentation = "https://unicode-rs.github.io/unicode-width"
|
|
|
|
@@ -22,22 +22,8 @@
|
|
|
|
@@ -21,22 +21,8 @@
|
|
|
|
keywords = ["text", "width", "unicode"]
|
|
|
|
keywords = ["text", "width", "unicode"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/unicode-rs/unicode-width"
|
|
|
|
repository = "https://github.com/unicode-rs/unicode-width"
|
|
|
|