# 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 = "lo_" version = "0.1.10" authors = ["Saddam H "] description = "A modern Rust utility library delivering modularity, performance & extras ported from JavaScript Lodash" homepage = "https://github.com/thedevsaddam/lo_" documentation = "https://docs.rs/lo_" readme = "README.md" keywords = [ "lodash", "js", "javascript", "utility", "rust-lodash", ] license = "MIT" repository = "https://github.com/thedevsaddam/lo_" [dependencies.regex] version = "1.10.2" optional = true [features] array = [ "chunk", "contains", "difference", "find", "intersection", "uniq", "without", ] camel_case = [] capitalize = [] chunk = [] condition = [] contains = [] default = [ "array", "string", "condition", ] difference = [] ends_with = [] find = [] intersection = [] lower_first = [] starts_with = [] string = [ "camel_case", "capitalize", "ends_with", "lower_first", "starts_with", "upper_first", "words", "template", ] template = [] uniq = [] upper_first = [] without = [] words = ["regex"]