simple-agents-macros 0.2.3

Procedural macros for SimpleAgents - derive macros for schemas and partial types
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"
rust-version = "1.70"
name = "simple-agents-macros"
version = "0.2.3"
authors = ["Rishub Kumar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for SimpleAgents - derive macros for schemas and partial types"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "macros",
    "derive",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rishub/simple-agents"

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

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

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

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.simple-agent-type]
version = "0.2.0"