tokio-postgres-cursor 0.1.0

PostgreSQL forward fetch cursor support for `tokio-postgres`
Documentation
[dependencies.futures-core]
version = "0.3.31"

[dependencies.rand]
version = "0.9.2"

[dependencies.tokio-postgres]
version = "0.7.15"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.48.0"

[lib]
name = "tokio_postgres_cursor"
path = "src/lib.rs"

[package]
authors = ["mee7ya"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "PostgreSQL forward fetch cursor support for `tokio-postgres`"
edition = "2024"
exclude = [".github/", ".gitignore"]
keywords = ["async", "tokio", "postgresql"]
license-file = "LICENSE"
name = "tokio-postgres-cursor"
readme = "README.md"
repository = "https://github.com/mee7ya/tokio-postgres-cursor"
version = "0.1.0"

[[test]]
name = "stream"
path = "tests/stream.rs"