phantomdev 0.1.2

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

[[bin]]
name = "phantomdev"
path = "src/main.rs"

[dependencies]
phantomdev-core = { path = "../core", version = "0.1.2" }
phantomdev-detector = { path = "../detector", version = "0.1.2" }
phantomdev-humanizer = { path = "../humanizer", version = "0.1.2" }
phantomdev-jitter = { path = "../jitter", version = "0.1.2" }
phantomdev-undercover = { path = "../undercover", version = "0.1.2" }
phantomdev-tui = { path = "../tui", version = "0.1.2" }

tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
thiserror.workspace = true

clap.workspace = true
colored.workspace = true

tracing.workspace = true
tracing-subscriber.workspace = true