detect-coding-agent 0.1.0

Detect if your application is being invoked by an AI coding agent such as Claude Code, Copilot, Cursor, Codex, Aider, and many more.
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.92.0"
name = "detect-coding-agent"
version = "0.1.0"
authors = ["Markus Mayer <widemeadows@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect if your application is being invoked by an AI coding agent such as Claude Code, Copilot, Cursor, Codex, Aider, and many more."
homepage = "https://github.com/sunsided/detect-coding-agent"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "coding",
    "detection",
    "claude",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "EUPL-1.2 OR MIT OR Apache-2.0"
repository = "https://github.com/sunsided/detect-coding-agent"

[features]
default = []
process-detection = []

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

[[example]]
name = "detect"
path = "examples/detect.rs"

[dependencies]

[dev-dependencies]