agentspec-provider 0.7.1

AI provider abstraction with local CLI backends (claude, gemini, copilot)
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 = "agentspec-provider"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI provider abstraction with local CLI backends (claude, gemini, copilot)"
readme = false
keywords = [
    "ai",
    "llm",
    "provider",
    "claude",
    "gemini",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/urmzd/agentspec"
resolver = "2"

[features]
default = ["local"]
local = [
    "dep:tokio",
    "dep:tempfile",
]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true