phantomdev-detector 0.1.1

A suite of tools for preserving coding signatures and humanizing AI agent outputs.
Documentation
[package]
name = "phantomdev-detector"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true
keywords.workspace = true
categories.workspace = true
homepage.workspace = true

[dependencies]
phantomdev-core = { path = "../core", version = "0.1.0" }

tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
thiserror.workspace = true
regex.workspace = true
async-trait.workspace = true

# ML/AI
candle-core.workspace = true
candle-transformers.workspace = true
candle-nn.workspace = true

# Cloud APIs
reqwest.workspace = true
async-openai.workspace = true

# Language parsers
syn.workspace = true
tree-sitter.workspace = true
tree-sitter-python.workspace = true
tree-sitter-javascript.workspace = true
tree-sitter-go.workspace = true
tree-sitter-cpp.workspace = true

# Logging
tracing.workspace = true
tracing-subscriber.workspace = true