[go: up one dir, main page]

rig-derive 0.1.6

Internal crate that implements Rig derive macros.
Documentation
[package]
name = "rig-derive"
version = "0.1.6"
edition = { workspace = true }
license = "MIT"
description = "Internal crate that implements Rig derive macros."
repository = "https://github.com/0xPlaygrounds/rig"

[dependencies]
convert_case = { workspace = true }
deluxe = { workspace = true, features = ["full"] }
indoc = { workspace = true }
proc-macro2 = { workspace = true, features = ["proc-macro"] }
quote = { workspace = true }
serde_json = { workspace = true }
syn = { workspace = true, features = ["full"] }

[lib]
proc-macro = true

[dev-dependencies]
rig-core = { path = "../../rig-core" }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing-subscriber = { workspace = true }

[[example]]
name = "simple"
path = "examples/rig_tool/simple.rs"

[[example]]
name = "with_description"
path = "examples/rig_tool/with_description.rs"

[[example]]
name = "full"
path = "examples/rig_tool/full.rs"

[[example]]
name = "async_tool"
path = "examples/rig_tool/async_tool.rs"