weavegraph 0.1.0-alpha.2

Graph-driven, concurrent agent workflow framework with versioned state, deterministic barrier merges, and rich diagnostics.
Documentation
[[bin]]
name = "weavegraph"
path = "src/main.rs"

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

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.dotenvy]
version = "0.15"

[dependencies.flume]
version = "0.11"

[dependencies.futures-util]
version = "0.3"

[dependencies.miette]
features = ["fancy"]
version = "7.6"

[dependencies.rand]
version = "0.9"

[dependencies.rig-core]
version = "0.21"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "sqlite", "macros", "uuid", "chrono", "json"]
version = "0.8"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-error]
version = "0.2"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "ansi"]
version = "0.3"

[dependencies.uuid]
features = ["v4"]
version = "1"

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

[dev-dependencies.tempfile]
version = "3"

[[example]]
name = "advanced_patterns"
path = "examples/advanced_patterns.rs"

[[example]]
name = "basic_nodes"
path = "examples/basic_nodes.rs"

[[example]]
name = "demo1"
path = "examples/demo1.rs"

[[example]]
name = "demo2"
path = "examples/demo2.rs"

[[example]]
name = "demo3"
path = "examples/demo3.rs"

[[example]]
name = "demo4"
path = "examples/demo4.rs"

[[example]]
name = "errors_pretty"
path = "examples/errors_pretty.rs"

[features]
default = ["sqlite-migrations"]
sqlite-migrations = []

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

[lints.clippy]
manual_string_new = "warn"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
new_without_default = "warn"
too_many_lines = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "algorithms"]
description = "Graph-driven, concurrent agent workflow framework with versioned state, deterministic barrier merges, and rich diagnostics."
documentation = "https://docs.rs/weavegraph"
edition = "2021"
homepage = "https://github.com/Idleness76/weavegraph"
keywords = ["graph", "workflow", "concurrency", "agents", "tracing"]
license = "MIT"
name = "weavegraph"
readme = "README.md"
repository = "https://github.com/Idleness76/weavegraph"
rust-version = "1.83"
version = "0.1.0-alpha.2"

[package.metadata.cargo-machete]
ignored = ["rig-core"]