daedalus-core 0.1.1

Core types and shared utilities for the Daedalus dataflow stack.
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-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and shared utilities for the Daedalus dataflow stack."
homepage = "https://github.com/Prometheus-Dynamics/Daedalus"
documentation = "https://docs.rs/daedalus-core"
readme = "README.md"
keywords = [
    "dataflow",
    "graph",
    "core",
]
categories = [
    "concurrency",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Prometheus-Dynamics/Daedalus"

[features]
async-channels = ["tokio"]
default = []
metrics = []

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

[dependencies.crossbeam-queue]
version = "0.3.12"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "macros",
    "sync",
]
optional = true

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.serde_json]
version = "1.0.145"