converge-application 0.1.1

Converge distribution - packages domain packs, providers, and runtime into a deployable product
# 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.85"
name = "converge-application"
version = "0.1.1"
authors = ["Kenneth Pernyer <kenneth@aprio.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converge distribution - packages domain packs, providers, and runtime into a deployable product"
documentation = "https://docs.rs/converge-application"
readme = "README.md"
keywords = [
    "converge",
    "distribution",
    "packaging",
    "agentic",
    "workflow",
]
categories = ["command-line-utilities"]
license = "LicenseRef-Proprietary"
repository = "https://github.com/kpernyer/converge-application"

[features]
default = []
full = [
    "growth-strategy",
    "sdr-pipeline",
]
growth-strategy = []
sdr-pipeline = []

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.config]
version = "0.14"

[dependencies.converge-core]
version = "1.0"

[dependencies.converge-domain]
version = "0.2"

[dependencies.converge-provider]
version = "0.2"

[dependencies.converge-tool]
version = "0.2"

[dependencies.crossterm]
version = "0.28"

[dependencies.dotenv]
version = "0.15"

[dependencies.hostname]
version = "0.4.2"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.19.0"
features = ["v4"]

[lints.clippy]
ignore_without_reason = "allow"
items_after_statements = "allow"
module_name_repetitions = "allow"
similar_names = "allow"
too_many_lines = "allow"
unnecessary_wraps = "allow"

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

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

[lints.rust]
unsafe_code = "forbid"