frp-engine 0.1.0

Async neuro runtime for the infinite-db frp backend.
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"
name = "frp-engine"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async neuro runtime for the infinite-db frp backend."
documentation = "https://docs.rs/frp-engine"
readme = false
keywords = [
    "graph",
    "engine",
    "runtime",
    "async",
    "frp",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joneseysinno/frp-engine.git"

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

[dependencies.frp-domain]
version = "0.1.0"

[dependencies.frp-plexus]
version = "0.1.0"

[dependencies.frp-signal]
version = "0.1.0"

[dependencies.frp-weave]
version = "0.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.rhai]
version = "1"
features = ["sync"]

[dependencies.thiserror]
version = "2"

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