model-mapper-macros 0.6.2

Macros for model-mapper crate
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 = "model-mapper-macros"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for model-mapper crate"
readme = false
keywords = [
    "model",
    "mapper",
    "derive",
    "from",
    "into",
]
categories = [
    "development-tools",
    "rust-patterns",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/lasantosr/model-mapper"

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

[dependencies.darling]
version = "0.23"

[dependencies.heck]
version = "0.5"

[dependencies.macro-field-utils]
version = "0.5"

[dependencies.proc-macro-crate]
version = "3"

[dependencies.proc-macro-error2]
version = "2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["extra-traits"]

[dev-dependencies.anyhow]
version = "1"