[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[[bench]]
name = "find"
path = "benches/find.rs"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[lib]
name = "lowdash"
path = "src/lib.rs"
[package]
authors = ["Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A Lodash inspired utility library to manipulate array and object for Rust"
edition = "2021"
keywords = ["rust-lodash", "lodash", "utility", "js", "javascript"]
license = "MIT"
name = "lowdash"
readme = "README.md"
repository = "https://github.com/liberocks/lowdash"
version = "0.5.0"