# 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 = "text_utils_s" version = "0.1.2" authors = ["Mayak mayak@nomail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for edit String. Example delete duplicate in array. Clear string" documentation = "https://docs.rs/text_utils_s" readme = "README.md" keywords = ["duplicate"] categories = ["text-editors"] license = "MIT" repository = "https://github.com/Mayakq/text_utils" [lib] name = "text_utils_s" path = "src/lib.rs" [dependencies.regex] version = "1.11.1"