flow-server 0.1.2

High-performance axum web server with SSE and WebSocket for Flow task monitoring
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"
rust-version = "1.82"
name = "flow-server"
version = "0.1.2"
authors = ["Arya <universitybuddyai@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance axum web server with SSE and WebSocket for Flow task monitoring"
readme = "README.md"
keywords = [
    "axum",
    "server",
    "sse",
    "ai-agent",
    "monitoring",
]
categories = [
    "web-programming::http-server",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/aryayt/flow"

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

[dependencies.agentflow-core]
version = "0.1.2"

[dependencies.async-stream]
version = "0.3"

[dependencies.axum]
version = "0.7"
features = ["ws"]

[dependencies.dirs]
version = "5.0"

[dependencies.flow-db]
version = "0.1.2"

[dependencies.flow-resolver]
version = "0.1.2"

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

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

[dependencies.notify]
version = "6"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.36"
features = ["full"]

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
version = "0.5"
features = [
    "fs",
    "cors",
    "compression-gzip",
]

[dependencies.tracing]
version = "0.1"

[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"