aither-derive 0.1.0

Procedural macros for aither - convert functions into AI tools
Documentation
[dependencies.convert_case]
version = "0.8.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "printing", "extra-traits"]
version = "2.0"

[lib]
doctest = false
name = "aither_derive"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"

[package]
authors = ["Lexo Liu <me@lexo.cool>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Procedural macros for aither - convert functions into AI tools"
documentation = "https://docs.rs/aither-derive"
edition = "2024"
keywords = ["ai", "llm", "procedural-macros", "tools"]
license = "MIT"
name = "aither-derive"
readme = "README.md"
repository = "https://github.com/lexoliu/aither"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"