cf-integration 0.3.1

Integration and conformance harness for ContextForge control-plane and data-plane services
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 = "2024"
rust-version = "1.97"
name = "cf-integration"
version = "0.3.1"
authors = ["ContextForge Authors"]
build = false
include = [
    "/src/**",
    "/docker/**",
    "/scripts/locustfile_mcp.py",
    "/scripts/live_protocol/sitecustomize.py",
    "/scripts/conformance/write_dataplane_config.mjs",
    "/scripts/standalone/generate_auth_key.mjs",
    "/tests/conformance/baselines/**",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "cf-integration"
description = "Integration and conformance harness for ContextForge control-plane and data-plane services"
homepage = "https://github.com/contextforge-org/contextforge-dev-tools"
readme = "README.md"
keywords = [
    "contextforge",
    "mcp",
    "integration-testing",
    "conformance",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/contextforge-org/contextforge-dev-tools"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
disabled-strategies = [
    "quick-install",
    "compile",
]

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

[[bin]]
name = "cf-integration"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8.9"

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

[dependencies.indicatif]
version = "0.18.6"
default-features = false

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.url]
version = "2.5.8"

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

[dependencies.yaml_serde]
version = "0.10"

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

[dev-dependencies.tokio-stream]
version = "0.1.18"

[lints.clippy]
unwrap_used = "warn"

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
unreachable_pub = "deny"
unsafe_code = "forbid"