agent-sdk-provider 0.1.0-alpha.3

Optional provider adapter helpers layered over agent-sdk-core ProviderAdapter contracts.
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"
rust-version = "1.85"
name = "agent-sdk-provider"
version = "0.1.0-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional provider adapter helpers layered over agent-sdk-core ProviderAdapter contracts."
documentation = "https://docs.rs/agent-sdk-provider"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/heyclawdia/clawdia_sdk"

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

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

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

[dependencies.agent-sdk-core]
version = "=0.1.0-alpha.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"