You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
--- unicode-normalization-0.1.19/Cargo.toml 2021-06-02T15:32:42+00:00
+++ unicode-normalization-0.1.19/Cargo.toml 2021-06-22T10:41:48.160347+00:00
@@ -15,7 +15,7 @@
name = "unicode-normalization"
version = "0.1.19"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
-exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
+exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "tests/*"]
description = "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n"
homepage = "https://github.com/unicode-rs/unicode-normalization"
documentation = "https://docs.rs/unicode-normalization/"