daedalus-nodes 0.1.1

Demo node implementations and fixtures for Daedalus.
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 = "daedalus-nodes"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Demo node implementations and fixtures for Daedalus."
homepage = "https://github.com/Prometheus-Dynamics/Daedalus"
documentation = "https://docs.rs/daedalus-nodes"
readme = "README.md"
keywords = [
    "dataflow",
    "nodes",
    "fixtures",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Prometheus-Dynamics/Daedalus"

[features]
bundle-starter = []
bundle-utils = []
default = []
examples = ["bundle-starter"]
planner-adapter = []
plugins = []
registry-adapter = []

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

[[test]]
name = "planner_runtime"
path = "tests/planner_runtime.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.daedalus-core]
version = "0.1.1"

[dependencies.daedalus-data]
version = "0.1.1"

[dependencies.daedalus-macros]
version = "0.1.1"

[dependencies.daedalus-planner]
version = "0.1.1"

[dependencies.daedalus-registry]
version = "0.1.1"

[dependencies.daedalus-runtime]
version = "0.1.1"
features = ["plugins"]

[dependencies.paste]
version = "1.0.15"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
    "derive",
]

[dev-dependencies.daedalus-data]
version = "0.1.1"

[dev-dependencies.daedalus-planner]
version = "0.1.1"

[dev-dependencies.daedalus-runtime]
version = "0.1.1"

[dev-dependencies.trybuild]
version = "1.0.114"