[package]
edition = "2024"
name = "wingfoil-python"
version = "2.1.0"
authors = ["wingfoil@wingfoil.io"]
build = false
publish = [
"wingfoil",
"crates-io",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "python bindings for wingfoil - graph based stream processing framework"
homepage = "https://github.com/wingfoil-io/wingfoil/tree/main/wingfoil-python"
documentation = "https://docs.rs/wingfoil-python"
readme = "README.md"
keywords = [
"graph",
"stream",
"dag",
"trading",
"python",
]
license = "Apache-2.0"
[package.metadata.maturin]
name = "wingfoil"
[lib]
name = "wingfoil"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
[dependencies.derive_more]
version = "2.1"
features = ["full"]
[dependencies.env_logger]
version = "0.11"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4"
[dependencies.pyo3]
version = "0.27"
features = [
"extension-module",
"serde",
]
[dependencies.wingfoil]
version = "2.1.0"