wingfoil-python 1.0.0

python bindings for wingfoil - graph based stream processing framework
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.derive_more]
features = ["full"]
version = "2.1"

[dependencies.env_logger]
version = "0.11"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4"

[dependencies.pyo3]
features = ["extension-module", "serde"]
version = "0.27"

[dependencies.wingfoil]
version = "1.0.0"

[lib]
crate-type = ["cdylib"]
name = "wingfoil"
path = "src/lib.rs"

[package]
authors = ["wingfoil@wingfoil.io"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "python bindings for wingfoil - graph based stream processing framework"
documentation = "https://docs.rs/wingfoil-python"
edition = "2024"
homepage = "https://github.com/wingfoil-io/wingfoil/wingfoil-python"
keywords = ["graph", "stream", "dag", "trading", "python"]
license = "Apache-2.0"
name = "wingfoil-python"
publish = ["wingfoil", "crates-io"]
readme = "README.md"
version = "1.0.0"

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