actix-web-pagination 0.1.0

Pagination for actix-web
Documentation
[package]
name = "actix-web-pagination"
version = "0.1.0"
description = "Pagination for actix-web"
repository = "https://github.com/arniu/kepton"
license = "MIT OR Apache-2.0"
authors = ["Arniu Tseng"]
edition = "2018"

[dependencies]
actix-web = { version = "3.x", default-features = false }
futures-util = { version = "0.3", default-features = false }
form_urlencoded = "1.x"

[dev-dependencies]
actix-rt = "1.x"
actix-web = { version = "3.x", default-features = false }
serde = { version = "1.x", features = ["derive"] }