# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "unicode-display-width" version = "0.3.0" authors = ["James Lanska <65431054+jameslanska@users.noreply.github.com>"] exclude = [ ".github/", "docs/", ".vscode/", "generate_ranges/", ] description = "Unicode 15.1.0 compliant utility for determining the number of columns required to display an arbitrary string" readme = "README.md" keywords = [ "Unicode", "wcwidth", "wcswidth", "width", "east-asian-width", ] categories = [ "text-processing", "text-editors", ] license = "MIT" repository = "https://github.com/jameslanska/unicode-display-width/" [[bench]] name = "bench" harness = false [dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.test-case] version = "3.2.1"