blob: 018fc089e73febf1a3b37fb31e94006e6f2cc801 [file]
[package]
name = "iggy-py"
version = "0.4.0"
edition = "2021"
authors = ["Dario Lencina Talarico <darioalessandrolencina@gmail.com>"]
license = "Apache-2.0"
description = "Apache Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
documentation = "https://iggy.apache.org/docs/"
repository = "https://github.com/apache/iggy"
[dependencies]
iggy = { path = "../../core/sdk", version = "0.7.0" }
pyo3 = "0.25.0"
pyo3-async-runtimes = { version = "0.25.0", features = [
"attributes",
"tokio-runtime",
] }
pyo3-stub-gen = "0.9.1"
[lib]
name = "iggy_py"
crate-type = ["cdylib", "rlib"]
[[bin]]
name = "stub_gen"
path = "src/bin/stub_gen.rs"
doc = false