[package]
name = "detect-coding-agent"
version = "0.1.0"
edition = "2024"
rust-version = "1.92.0"
authors = ["Markus Mayer <widemeadows@gmail.com>"]
description = "Detect if your application is being invoked by an AI coding agent such as Claude Code, Copilot, Cursor, Codex, Aider, and many more."
license = "EUPL-1.2 OR MIT OR Apache-2.0"
repository = "https://github.com/sunsided/detect-coding-agent"
homepage = "https://github.com/sunsided/detect-coding-agent"
keywords = ["ai", "agent", "coding", "detection", "claude"]
categories = ["development-tools", "command-line-utilities"]
readme = "README.md"
[features]
default = []
process-detection = []
[dependencies]
[dev-dependencies]
[[example]]
name = "detect"
path = "examples/detect.rs"