vtcode-acp 0.88.0

ACP bridge integration for VT Code
# 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.88"
name = "vtcode-acp"
version = "0.88.0"
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ACP bridge integration for VT Code"
homepage = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode-acp"
readme = false
keywords = [
    "vtcode",
    "acp",
    "zed",
    "agent",
    "bridge",
]
categories = [
    "api-bindings",
    "development-tools",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/vinhnx/vtcode"
resolver = "2"

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

[dependencies.agent-client-protocol]
version = "0.9.4"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.hashbrown]
version = "0.15"
features = ["serde"]

[dependencies.percent-encoding]
version = "2.3"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.49"
features = [
    "full",
    "full",
]

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.vtcode-acp-client]
version = "0.88.0"

[dependencies.vtcode-core]
version = "0.88.0"

[dev-dependencies.assert_fs]
version = "1.1"

[lints.clippy]
dbg_macro = "warn"
multiple_unsafe_ops_per_block = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"

[lints.rust]
trivial_numeric_casts = "warn"
unsafe_code = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"
unused_results = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin)"]