easy_deref 0.1.0

Derive macros for the `Deref` and `DerefMut` traits
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 = "2024"
name = "easy_deref"
version = "0.1.0"
authors = ["RevlSoftware"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the `Deref` and `DerefMut` traits"
readme = "README.md"
keywords = [
    "derive",
    "proc-macro",
    "deref",
]
categories = [
    "development-tools",
    "rust-patterns",
    "no-std",
]
license = "MIT OR Apache-2.0"

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

[[test]]
name = "generics"
path = "tests/generics.rs"

[[test]]
name = "newtype"
path = "tests/newtype.rs"

[[test]]
name = "structs"
path = "tests/structs.rs"

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

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"