wingfoil-python 2.0.0

python bindings for wingfoil - graph based stream processing framework
Documentation
[package]
name = "wingfoil-python"
version = "2.0.0"
authors = ["wingfoil@wingfoil.io"]
edition = "2024"
publish = ["wingfoil", "crates-io"]
license = "Apache-2.0"
keywords = ["graph", "stream", "dag", "trading", "python"]
homepage = "https://github.com/wingfoil-io/wingfoil/tree/main/wingfoil-python"
documentation = "https://docs.rs/wingfoil-python"
description = "python bindings for wingfoil - graph based stream processing framework"

[lib]
name = "wingfoil"
crate-type = ["cdylib"]

[dependencies]

# parent
wingfoil = { version = "2.0.0" }

# workspace deps
anyhow = {workspace = true}
chrono = {workspace = true}
derive_more = {workspace = true}
env_logger = {workspace = true}
lazy_static = {workspace = true}
log = {workspace = true}

# local deps
pyo3 = { version = "0.27", features = ["extension-module", "serde"] }


[package.metadata.maturin]
name = "wingfoil"