[dependencies.regex]
optional = true
version = "1.10.2"
[dependencies.tokio]
features = ["time", "macros", "rt"]
optional = true
version = "1.37"
[features]
assign = []
async_retry = ["tokio"]
camel_case = []
capitalize = []
chunk = []
collection = ["chunk", "contains", "difference", "find", "intersection", "uniq", "without", "omit_keys", "pick_keys", "drop", "drop_right", "zip_with", "assign", "subset"]
contains = []
default = ["collection", "string", "general"]
difference = []
drop = []
drop_right = []
ends_with = []
find = []
general = ["tap", "retry", "ternary", "ternary_f"]
intersection = []
lower_first = []
omit_keys = []
pick_keys = []
retry = []
safe_parse = []
slugify = []
snake_case = []
starts_with = []
str_pad = []
str_rev = []
str_split = []
string = ["camel_case", "title_case", "snake_case", "capitalize", "ends_with", "lower_first", "starts_with", "upper_first", "words", "template", "slugify", "truncate_middle", "safe_parse", "str_split", "str_pad", "str_rev", "wordwrap"]
subset = []
tap = []
template = []
ternary = []
ternary_f = []
title_case = []
transform = []
truncate_middle = []
uniq = []
upper_first = []
without = []
words = ["regex"]
wordwrap = []
zip_with = []
[lib]
name = "lo_"
path = "src/lib.rs"
[package]
authors = ["Saddam H <thedevsaddam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "text-processing", "asynchronous"]
description = "A modern Rust utility library delivering modularity, performance & extras ported from JavaScript Lodash"
documentation = "https://docs.rs/lo_"
edition = "2021"
homepage = "https://github.com/thedevsaddam/lo_"
keywords = ["lodash", "js", "javascript", "utility", "rust-lodash"]
license = "MIT"
name = "lo_"
readme = "README.md"
repository = "https://github.com/thedevsaddam/lo_"
version = "0.2.2"
[package.metadata.docs.rs]
features = ["async_retry", "transform"]