wingfoil-python 2.1.0

python bindings for wingfoil - graph based stream processing framework
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 = "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"