[dependencies]
[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"
edition = "2021"
keywords = ["rust-lodash", "lodash", "utility", "js", "javascript"]
license = "MIT OR Apache-2.0"
name = "lowdash"
readme = "README.md"
repository = "https://github.com/liberocks/lowdash"
version = "0.1.0"