phantomdev 0.1.1

A suite of tools for preserving coding signatures and humanizing AI agent outputs.
# 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 = "phantomdev"
version = "0.1.1"
authors = ["John Varghese (J0X) <johnvarghese.work@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A suite of tools for preserving coding signatures and humanizing AI agent outputs."
homepage = "https://john-varghese-eh.github.io/PhantomDev/"
readme = false
keywords = [
    "ai",
    "humanizer",
    "git",
    "stealth",
    "agent",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/John-Varghese-EH/PhantomDev"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.phantomdev-core]
version = "0.1.0"

[dependencies.phantomdev-detector]
version = "0.1.0"

[dependencies.phantomdev-humanizer]
version = "0.1.0"

[dependencies.phantomdev-jitter]
version = "0.1.0"

[dependencies.phantomdev-tui]
version = "0.1.0"

[dependencies.phantomdev-undercover]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]