nest-rs-queue-macros 0.3.0

Internal — the #[processor] decorator macro for nest-rs-queue; re-exported by backend integrations (nest-rs-redis, …), not a direct dependency.
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"
rust-version = "1.96"
name = "nest-rs-queue-macros"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal — the #[processor] decorator macro for nest-rs-queue; re-exported by backend integrations (nest-rs-redis, …), not a direct dependency."
homepage = "https://nestrs.dev"
readme = "README.md"
license = "MIT"
repository = "https://github.com/NestRS/NestRS"
resolver = "2"

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

[dependencies.nest-rs-codegen]
version = "0.3.0"

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

[dependencies.quote]
version = "1"

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

[lints.clippy]
needless_update = "allow"

[lints.rust]
unsafe_code = "forbid"