[package] name = "ellipse" version = "0.2.0" authors = ["Moritz Gunz "] edition = "2018" description = "Truncate and ellipse strings in a human-friendly way." keywords = ["truncate", "ellipse", "string", "human"] categories = ["text-processing", "value-formatting"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/NeoLegends/ellipse" [dependencies] unicode-segmentation = "1.2.1"