# 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_extension" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extension of the Unicode Segmentation crate allowing you to use a list of clusters as if they were a String" readme = "README.md" categories = [ "data-structures", "internationalization", "text-processing", ] license-file = "Unlicense.txt" repository = "https://github.com/SimonTheoret/unicode_extension" [lib] name = "unicode_extension" path = "src/lib.rs" [dependencies.unicode-segmentation] version = "1.11.0"