z8run-cli 0.1.0

CLI for z8run — visual flow engine for workflow automation, AI pipelines, and IoT. Install with: cargo install z8run-cli
# 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 = "z8run-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for z8run — visual flow engine for workflow automation, AI pipelines, and IoT. Install with: cargo install z8run-cli"
homepage = "https://z8run.org"
readme = "README.md"
keywords = [
    "cli",
    "automation",
    "workflow",
    "flow-engine",
    "self-hosted",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/z8run/z8run"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"
features = [
    "ws",
    "macros",
]

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

[dependencies.config]
version = "0.15"

[dependencies.dotenvy]
version = "0.15"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.z8run-api]
version = "0.1.0"

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

[dependencies.z8run-runtime]
version = "0.1.0"

[dependencies.z8run-storage]
version = "0.1.0"