simple-agents-router 0.2.6

Routing strategies for SimpleAgents providers
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.75"
name = "simple-agents-router"
version = "0.2.6"
authors = ["SimpleAgents Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Routing strategies for SimpleAgents providers"
homepage = "https://github.com/rishub/simple-agents"
documentation = "https://docs.rs/simple-agent-type"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/rishub/simple-agents"

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

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

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

[dependencies.futures-core]
version = "0.3"

[dependencies.rand]
version = "0.8"

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

[dependencies.tokio]
version = "1.35"
features = [
    "full",
    "time",
]

[dev-dependencies.async-trait]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1.35"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]