smol-workflow-cli 0.3.4-alpha.1

CLI for the smol-workflows Rust engine.
# 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 = "smol-workflow-cli"
version = "0.3.4-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the smol-workflows Rust engine."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/b4fun/smol-workflows"

[features]
default = []
integration-test = ["smol-workflow-engine/integration-test"]

[[bin]]
name = "smol-wf"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"

[dependencies.comfy-table]
version = "7"

[dependencies.crossterm]
version = "0.28"

[dependencies.log]
version = "0.4"

[dependencies.ratatui]
version = "0.29"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.smol-workflow-engine]
version = "0.3.4-alpha.1"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "local-offset",
    "parsing",
]

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "signal",
    "sync",
]