[package] name = "lodust" version = "0.1.2" authors = ["Chris Liu "] edition = "2018" description = "Rust version of Lodash" documentation = "https://docs.rs/lodust" readme = "README.md" repository = "https://github.com/nighostchris/lodust/" license = "MIT" include = [ "Cargo.toml", "src/**/*" ] [features] default = ["string"] string = [] [dependencies] regex = "1.5.4"