tinyflows 0.1.1

A Rust-based, n8n-inspired workflow management solution.
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.85"
name = "tinyflows"
version = "0.1.1"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based, n8n-inspired workflow management solution."
homepage = "https://github.com/tinyhumansai/tinyflows"
documentation = "https://docs.rs/tinyflows"
readme = "README.md"
keywords = [
    "automation",
    "workflow",
    "orchestration",
    "n8n",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/tinyhumansai/tinyflows"

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

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

[dependencies]