# 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 = "finl_unicode" version = "1.3.0" exclude = ["resources"] description = "Library for handling Unicode functionality for finl (categories and grapheme segmentation)" homepage = "https://finl.xyz" readme = "README.md" keywords = [ "unicode", "segmentation", "graphemes", ] categories = [ "text-processing", "internationalization", ] license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016" repository = "https://github.com/dahosek/finl_unicode" [[bench]] name = "categories" harness = false [[bench]] name = "grapheme_clusters" harness = false [dependencies] [dev-dependencies.bstr] version = "1.10.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.unicode-segmentation] version = "1.12.0" [dev-dependencies.unicode_categories] version = "0.1.1" [build-dependencies] [features] categories = [] default = [ "categories", "grapheme_clusters", ] grapheme_clusters = []