iridis-flows 0.3.4

iridis is a framework that lets you define and build dataflow applications with ease.
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 = "iridis-flows"
version = "0.3.4"
authors = ["Enzo Le Van <dev@enzo-le-van.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "iridis is a framework that lets you define and build dataflow applications with ease."
homepage = "https://github.com/iridis-rs/iridis"
documentation = "https://github.com/iridis-rs/iridis"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0"
repository = "https://github.com/iridis-rs/iridis"

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

[dependencies.eyre]
version = "0.6"
features = ["auto-install"]
default-features = false

[dependencies.iridis-api]
version = "0.3.4"

[dependencies.iridis-layout]
version = "0.3.4"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uhlc]
version = "0.8"
default-features = false

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v3",
]
default-features = false