easy-macros-add-code 1.0.1

Easy Macros support library
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-macros-add-code"
version = "1.0.1"
authors = ["LimitLost (JQ) <jq@limitlost.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy Macros support library"
homepage = "https://github.com/LimitLost/easy-macros"
documentation = "https://docs.rs/easy-macros"
readme = "README-CRATES-IO.md"
license = "Apache-2.0"
repository = "https://github.com/LimitLost/easy-macros"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.anyhow-result]
version = "0.1.0"
package = "easy-macros-anyhow-result"

[dependencies.helpers]
version = "0.1.0"
features = ["parse-macro-input"]
package = "easy-macros-helpers"

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

[dependencies.quote]
version = "1.0"

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