You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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://docs.iggy.rs"
repository = "https://github.com/iggy-rs/iggy"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "iggy_py"
crate-type = ["cdylib", "rlib"]
[dependencies]
pyo3 = "0.22.0"
iggy = "0.6.201"
pyo3-async-runtimes = { version = "0.22.0", features = ["attributes", "tokio-runtime"] }