json_value_resolve 1.1.0

Interface to resolve String to serde_json::Value.
Documentation
# 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 = "json_value_resolve"
version = "1.1.0"
authors = ["Jean-Marc Fiaschi <jm.fiaschi@gmail.com>"]
build = false
include = [
    "src/*",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interface to resolve String to serde_json::Value."
readme = "README.md"
keywords = [
    "serde",
    "json",
    "value",
    "resolve",
    "resolver",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jmfiaschi/json_value_resolve"

[profile.release]
lto = true

[lib]
name = "json_value_resolve"
path = "src/lib.rs"

[dependencies.serde_json]
version = "1.0"
default-features = false

[dev-dependencies.criterion]
version = "0.5"