# 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 = "2021" rust-version = "1.75" name = "page-turner" version = "1.0.0" authors = ["a1akris "] exclude = [".github/*"] description = "A generic abstraction of APIs with pagination" documentation = "https://docs.rs/page-turner" readme = "README.md" keywords = [ "pagination", "paginated", "pageturner", "pages", "page-turner", ] categories = [ "rust-patterns", "asynchronous", "web-programming", "network-programming", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/a1akris/page-turner" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1.77" optional = true [dependencies.futures] version = "0.3.30" features = ["std"] default_features = false [dev-dependencies.tokio] version = "1" features = [ "test-util", "macros", "rt-multi-thread", ] [features] default = ["mt"] dynamic = [ "mt", "async-trait", ] local = [] mt = [] mutable = ["local"]