# 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 = "2018" name = "serde_json_lodash" version = "0.1.16" authors = ["up9cloud <8325632+up9cloud@users.noreply.github.com>"] description = "lodash.js ported version, work with serde_json::Value" keywords = ["serde", "serde_json", "json", "lodash"] license-file = "LICENSE" [lib] bench = false [[bench]] name = "criterion" harness = false [dependencies.lazy_static] version = "1" optional = true [dependencies.paste] version = "1" optional = true [dependencies.serde_json] version = "1" [dev-dependencies.criterion] version = "0.3" [features] all = ["camel", "lazy_static"] camel = ["paste"]