swf-cli 1.0.0-alpha9

CLI tool for executing Serverless Workflow definitions
# 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"
rust-version = "1.88"
name = "swf-cli"
version = "1.0.0-alpha9"
authors = ["The Serverless Workflow Authors <cncf.serverless.workflow@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for executing Serverless Workflow definitions"
homepage = "https://serverlessworkflow.io"
documentation = "https://docs.rs/swf-cli"
readme = "README.md"
keywords = [
    "serverless",
    "workflow",
    "cli",
    "cncf",
    "dsl",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/ejfkdev/ServerlessWorkflow-rs"

[package.metadata.dist]
dist = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.swf-core]
version = "1.0.0-alpha9"

[dependencies.swf-runtime]
version = "1.0.0-alpha9"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]