mae_macros 0.1.8

Procedural macros for Mae-Technologies micro-services — derive helpers, schema binding, and async test harness.
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 = "mae_macros"
version = "0.1.8"
build = false
exclude = [
    ".cargo",
    ".ci",
    ".git-hooks",
    ".github",
    ".rust_template_version",
    "Cargo.lock",
    "clippy.toml",
    "deny.toml",
    "deny.exceptions.toml",
    "rustfmt.toml",
    "DEVELOPMENT.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for Mae-Technologies micro-services — derive helpers, schema binding, and async test harness."
homepage = "https://github.com/Mae-Technologies/mae_macros"
documentation = "https://docs.rs/mae_macros"
readme = "README.md"
keywords = [
    "macros",
    "proc-macro",
    "derive",
    "microservice",
    "testing",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/Mae-Technologies/mae_macros"

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

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

[dependencies.chrono]
version = "0.4.41"

[dependencies.neo4rs]
version = "0.8"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.serde_json]
version = "1.0.140"

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"