jflow-core 0.1.0

Shared types, configuration, and application state for the JANUS trading engine (signals, config, unified metrics, inter-module channels).
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"
rust-version = "1.92.0"
name = "jflow-core"
version = "0.1.0"
authors = ["nuniesmith"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, configuration, and application state for the JANUS trading engine (signals, config, unified metrics, inter-module channels)."
documentation = "https://docs.rs/jflow-core"
readme = "README.md"
keywords = [
    "trading",
    "signals",
    "janus",
]
categories = ["finance"]
license = "MIT"
repository = "https://github.com/nuniesmith/janus"

[features]
default = ["redis"]
redis = [
    "dep:redis",
    "dep:futures-util",
]

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

[dependencies.anyhow]
version = "1.0.100"

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

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

[dependencies.futures-util]
version = "0.3.31"
optional = true

[dependencies.prometheus]
version = "0.14.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.redis]
version = "1.0.2"
features = [
    "tokio-comp",
    "connection-manager",
]
optional = true

[dependencies.reqwest]
version = "0.12.9"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rust_decimal]
version = "1.39.0"
features = ["serde-float"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tokio-util]
version = "0.7.17"
features = ["rt"]

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "json",
    "registry",
]

[dependencies.uuid]
version = "1.19.0"
features = [
    "v4",
    "serde",
]