acton-macro 7.1.2

Acton Macro provides procedural macros that simplify the creation of messages and actors in the Acton framework, enabling more concise and expressive code.
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 = "acton-macro"
version = "7.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Acton Macro provides procedural macros that simplify the creation of messages and actors in the Acton framework, enabling more concise and expressive code."
homepage = "https://github.com/Govcraft/acton-reactive"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Govcraft/acton-reactive"

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

[dependencies.quote]
version = "1.0"

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

[lints.clippy]
cognitive_complexity = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unsafe_code = "deny"
unused_lifetimes = "warn"
unused_qualifications = "warn"
warnings = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1