agent-client-protocol-schema 0.10.8

A protocol for standardizing communication between code editors and AI coding agents
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 = "agent-client-protocol-schema"
version = "0.10.8"
authors = ["Zed <hi@zed.dev>"]
build = false
include = [
    "/src/**/*.rs",
    "/README.md",
    "/LICENSE",
    "/Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A protocol for standardizing communication between code editors and AI coding agents"
homepage = "https://github.com/agentclientprotocol/agent-client-protocol"
documentation = "https://docs.rs/agent-client-protocol-schema"
readme = "README.md"
keywords = [
    "agent",
    "client",
    "protocol",
    "ai",
    "editor",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/agentclientprotocol/agent-client-protocol"

[features]
unstable = [
    "unstable_cancel_request",
    "unstable_session_fork",
    "unstable_session_info_update",
    "unstable_session_list",
    "unstable_session_model",
    "unstable_session_resume",
    "unstable_session_usage",
]
unstable_cancel_request = []
unstable_session_fork = []
unstable_session_info_update = []
unstable_session_list = []
unstable_session_model = []
unstable_session_resume = []
unstable_session_usage = []

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

[[bin]]
name = "generate"
path = "src/bin/generate.rs"

[dependencies.anyhow]
version = "1"

[dependencies.derive_more]
version = "2"
features = [
    "from",
    "display",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dependencies.strum]
version = "0.27"
features = ["derive"]

[lints.clippy]
cargo = "warn"
exhaustive_enums = "warn"
exhaustive_structs = "warn"
pedantic = "warn"

[lints.rust]
let-underscore = "warn"
missing_debug_implementations = "warn"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.nonstandard_style]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unused]
level = "warn"
priority = -1