rig-derive 0.1.11

Internal crate that implements Rig derive macros.
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 = "rig-derive"
version = "0.1.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal crate that implements Rig derive macros."
readme = false
license = "MIT"
repository = "https://github.com/0xPlaygrounds/rig"

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

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

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

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

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

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

[dependencies.convert_case]
version = "0.10.0"

[dependencies.deluxe]
version = "0.5.0"
features = ["full"]

[dependencies.indoc]
version = "2.0.6"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.serde_json]
version = "1.0.140"

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

[dev-dependencies.serde]
version = "1.0.219"

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

[dev-dependencies.tokio]
version = "1.45.1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[lints.clippy]
dbg_macro = "forbid"
todo = "forbid"
unimplemented = "forbid"