From 20431706a863f92cb37dc512fef6e48d192aaf2c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:11:38 +0200 Subject: Merging upstream version 1.66.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/unicode-segmentation/Cargo.toml | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'vendor/unicode-segmentation/Cargo.toml') diff --git a/vendor/unicode-segmentation/Cargo.toml b/vendor/unicode-segmentation/Cargo.toml index 697beb38a..0da56c81e 100644 --- a/vendor/unicode-segmentation/Cargo.toml +++ b/vendor/unicode-segmentation/Cargo.toml @@ -12,14 +12,32 @@ [package] edition = "2018" name = "unicode-segmentation" -version = "1.9.0" -authors = ["kwantam ", "Manish Goregaokar "] -exclude = ["target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt"] -description = "This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n" +version = "1.10.0" +authors = [ + "kwantam ", + "Manish Goregaokar ", +] +exclude = [ + "target/*", + "Cargo.lock", + "scripts/tmp", + "benches/texts/*", + "*.txt", +] +description = """ +This crate provides Grapheme Cluster, Word and Sentence boundaries +according to Unicode Standard Annex #29 rules. +""" homepage = "https://github.com/unicode-rs/unicode-segmentation" documentation = "https://unicode-rs.github.io/unicode-segmentation" readme = "README.md" -keywords = ["text", "unicode", "grapheme", "word", "boundary"] +keywords = [ + "text", + "unicode", + "grapheme", + "word", + "boundary", +] license = "MIT/Apache-2.0" repository = "https://github.com/unicode-rs/unicode-segmentation" @@ -34,6 +52,7 @@ harness = false [[bench]] name = "word_bounds" harness = false + [dev-dependencies.criterion] version = "0.3" -- cgit v1.2.3