floxide-reactive 1.1.2

Reactive node abstractions for the floxide framework
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 = "2021"
name = "floxide-reactive"
version = "1.1.2"
authors = ["Floxide Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reactive node abstractions for the floxide framework"
readme = false
license = "MIT"
repository = "https://github.com/aitoroses/floxide"

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

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

[dependencies.floxide-core]
version = "=1.1.2"

[dependencies.futures]
version = "0.3.30"

[dependencies.thiserror]
version = "1.0.58"

[dependencies.tokio]
version = "1.43"
features = [
    "full",
    "sync",
    "time",
    "rt",
    "macros",
    "fs",
]

[dependencies.tokio-stream]
version = "0.1.17"
features = ["sync"]

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "full",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.18"