rig-dyn 1.0.2

A dynamic client-provider abstraction framework for Rust applications on top of rig-core
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-dyn"
version = "1.0.2"
authors = [
    "Gustavo Widman <admin@r3dlust.com>",
    "Andrei Velikoredchanin <andy@andyhost.world>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dynamic client-provider abstraction framework for Rust applications on top of rig-core"
homepage = "https://github.com/GustavoWidman/rig-dyn"
readme = "README.md"
license = "MIT"
repository = "https://github.com/GustavoWidman/rig-dyn"

[features]
serde = [
    "dep:serde",
    "dep:serde_plain",
]

[lib]
name = "rig_dyn"
path = "src/lib.rs"

[[example]]
name = "agent"
path = "examples/agent.rs"

[[example]]
name = "main"
path = "examples/main.rs"

[[example]]
name = "serde"
path = "examples/serde.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.rig-core]
version = "0.35.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_plain]
version = "1.0.2"
optional = true

[dev-dependencies.serde_plain]
version = "1.0.2"

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