phalus 0.7.0

Private Headless Automated License Uncoupling System — AI-powered clean room software reimplementation
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 = "phalus"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Private Headless Automated License Uncoupling System — AI-powered clean room software reimplementation"
homepage = "https://phalus.sh"
readme = "README.md"
keywords = [
    "clean-room",
    "reimplementation",
    "license",
    "ai",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "0BSD"
repository = "https://github.com/phalus-sh/phalus"

[features]
vendored-openssl = ["openssl"]

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

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

[[test]]
name = "agent_b_loop_test"
path = "tests/agent_b_loop_test.rs"

[[test]]
name = "e2e_chalk"
path = "tests/e2e_chalk.rs"

[[test]]
name = "e2e_is_odd"
path = "tests/e2e_is_odd.rs"

[[test]]
name = "e2e_left_pad"
path = "tests/e2e_left_pad.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.futures-core]
version = "0.3"

[dependencies.openssl]
version = "0.10"
features = ["vendored"]
optional = true

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.symbi-runtime]
version = "1.9.1"
default-features = false

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "net",
    "process",
    "fs",
    "time",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.zip]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6"