ff-server 0.3.4

FlowFabric server library and HTTP binary
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 = "ff-server"
version = "0.3.4"
authors = ["FlowFabric Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FlowFabric server library and HTTP binary"
homepage = "https://github.com/avifenesh/FlowFabric"
readme = false
keywords = [
    "valkey",
    "execution-engine",
    "workflow",
    "async",
]
categories = [
    "database",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/avifenesh/FlowFabric"

[features]
iam = ["ferriskey/iam"]
observability = [
    "ff-observability/enabled",
    "ff-engine/observability",
    "ff-scheduler/observability",
]

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

[[bin]]
name = "ff-server"
path = "src/main.rs"

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

[dependencies.axum]
version = "0.8"

[dependencies.ferriskey]
version = "0.3.4"

[dependencies.ff-backend-valkey]
version = "0.3.4"

[dependencies.ff-core]
version = "0.3.4"

[dependencies.ff-engine]
version = "0.3.4"

[dependencies.ff-observability]
version = "0.3.4"

[dependencies.ff-scheduler]
version = "0.3.4"

[dependencies.ff-script]
version = "0.3.4"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "limit",
    "trace",
]

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]