agentwatch-core 0.1.1

Core detection library for AgentWatch - identifies 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 = "2021"
name = "agentwatch-core"
version = "0.1.1"
authors = ["Calcura Software LLC <hello@agentwatch.tools>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core detection library for AgentWatch - identifies AI coding agents"
readme = false
keywords = [
    "ai",
    "agents",
    "detection",
    "claude",
    "cursor",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Calcura-Software/agentwatch"

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

[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.sysinfo]
version = "0.38"

[dependencies.thiserror]
version = "2"

[dev-dependencies.pretty_assertions]
version = "1"