neva_macros 0.3.2

Macros for Neva
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.90.0"
name = "neva_macros"
version = "0.3.2"
authors = ["Roman Emreis <roman.emreis@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for Neva"
documentation = "https://docs.rs/neva"
readme = "README.md"
keywords = [
    "modelcontextprotocol",
    "mcp",
    "sdk",
    "ai",
    "llm",
]
categories = [
    "network-programming",
    "asynchronous",
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/RomanEmreis/neva"
resolver = "2"

[features]
client = []
default = []
server = []

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

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

[dependencies.quote]
version = "1.0.45"

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"

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