agentgear 0.1.4

Install and self-heal the plugin your Rust binary ships into Claude Code and 24 other coding agents, via a derive macro.
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.88"
name = "agentgear"
version = "0.1.4"
authors = ["uwuclxdy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Install and self-heal the plugin your Rust binary ships into Claude Code and 24 other coding agents, via a derive macro."
documentation = "https://docs.rs/agentgear"
readme = "README.md"
keywords = [
    "claude-code",
    "plugin",
    "derive-macro",
    "coding-agent",
    "self-heal",
]
categories = [
    "development-tools",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/uwuclxdy/agentgear"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
all-agents = [
    "claude",
    "codex",
    "opencode",
    "gemini",
    "cursor",
    "cline",
    "devin",
    "qwen-code",
    "copilot-cli",
    "vscode-copilot",
    "jetbrains-copilot",
    "kimi",
    "kiro",
    "zed",
    "omp",
    "openclaw",
    "kilo",
    "antigravity",
    "antigravity-cli",
    "pi",
    "goose",
    "amp",
    "crush",
    "droid",
    "augment",
]
amp = []
antigravity = []
antigravity-cli = []
augment = []
claude = []
cline = []
codex = ["dep:toml_edit"]
copilot-cli = []
crush = []
cursor = []
default = [
    "derive",
    "claude",
    "embed",
]
derive = ["dep:agentgear-derive"]
devin = []
droid = []
embed = [
    "dep:tar",
    "dep:brotli",
]
gemini = []
goose = ["dep:serde_norway"]
jetbrains-copilot = []
kilo = []
kimi = ["dep:toml_edit"]
kiro = []
omp = ["dep:serde_norway"]
openclaw = []
opencode = []
pi = []
qwen-code = []
vscode-copilot = []
zed = []

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

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

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

[dependencies.agentgear-derive]
version = "0.1.4"
optional = true

[dependencies.brotli]
version = "9.0.0"
optional = true

[dependencies.dirs]
version = "7.0.0"

[dependencies.fastrand]
version = "2.5.0"

[dependencies.fs4]
version = "1.1.0"
features = ["sync"]

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

[dependencies.serde_json]
version = "1.0.151"
features = ["preserve_order"]

[dependencies.serde_norway]
version = "0.9.42"
optional = true

[dependencies.sha2]
version = "0.11.0"

[dependencies.tar]
version = "0.4.46"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.20"

[dependencies.toml_edit]
version = "0.25.15"
optional = true

[dependencies.which]
version = "8.0.6"

[target."cfg(windows)".dependencies.junction]
version = "2.0.0"

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"