# 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" rust-version = "1.70" name = "lorust" version = "0.2.0" authors = ["Imamuzzaki Abu Salam "] include = [ "Cargo.toml", "src/**/*", ] description = "Modern Rust utility library delivering modularity, performance & extras; or simply Rust version of Lodash" homepage = "https://github.com/ImBIOS/lorust" documentation = "https://docs.rs/lorust" readme = "README.md" keywords = [ "utility", "library", "lodash", "performance", "extras", ] categories = [ "development-tools", "rust-patterns", "algorithms", "web-programming", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ImBIOS/lorust" [dependencies.log] version = "0.4.19" optional = true [dependencies.regex] version = "1.8.4" optional = true [dependencies.serde_json] version = "1.0.100" optional = true [dependencies.unicode-normalization] version = "0.1.22" optional = true [features] capitalize = [] debounce = ["log"] deburr = ["unicode-normalization"] default = [ "function", "lang", "math", "object", "string", ] ends_with = [] function = ["debounce"] get = [] is_number = [] kebab_case = [] lang = ["is_number"] map_values = [] math = ["round"] merge = ["serde_json"] object = [ "get", "map_values", "merge", "pick", "set", ] pick = [] round = [] set = [] string = [ "capitalize", "deburr", "ends_with", "kebab_case", "words", ] words = ["regex"]