lenient_derive 0.1.2

A procedural macro to derive fault-tolerant Serde deserialization using #[lenient] and #[optional] annotations.
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_derive"
version = "0.1.2"
authors = ["Masoumeh Ebhami <masumeebhami@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A procedural macro to derive fault-tolerant Serde deserialization using #[lenient] and #[optional] annotations."
readme = "README.md"
keywords = [
    "serde",
    "derive",
    "lenient",
    "macro",
    "deserialization",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/masumeebhami/lenient"
resolver = "1"

[lib]
name = "lenient_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0"
features = ["full"]