lenient 0.1.2

Serde-compatible wrapper for fault-tolerant (lenient) deserialization
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 = "2021"
name = "lenient"
version = "0.1.2"
authors = ["Masoumeh Ebhami <masumeebhami@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde-compatible wrapper for fault-tolerant (lenient) deserialization"
readme = "README.md"
keywords = [
    "serde",
    "deserialization",
    "lenient",
    "error-handling",
]
categories = [
    "parsing",
    "config",
]
license = "MIT"
repository = "https://github.com/masumeebhami/lenient-codegen"
resolver = "1"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tracing]
version = "0.1"