# 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 = "2018" name = "paginate" version = "1.1.11" authors = ["Daniel Samson"] description = "A framework agnostic pagination crate, that is especially suited for databases, slices and collections. Paginate calculates the range of pages indexes, making it ideal for accessing slices, chunking data and querying databases." homepage = "https://daniel-samson.github.io/paginate-docs/" documentation = "https://docs.rs/paginate" readme = "README.md" keywords = [ "chunk", "page", "database", "pagination", "web", ] categories = [ "data-structures", "algorithms", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/daniel-samson/paginate.git" [lib] name = "paginate" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true doc = true edition = "2018" [dependencies] [badges.codecov] branch = "master" repository = "daniel-samson/paginate" service = "github" [badges.maintenance] status = "passively-maintained"