# 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 = "length_aware_paginator" version = "1.0.0" authors = ["Tibor Hudik "] description = "Add functionality to diesel query builder to return length aware paginated response" homepage = "https://www.barrage.net" keywords = [ "pagination", "diesel", "paginate", "per_page", "page", ] license = "MIT" repository = "https://github.com/barrage/lenght_aware_paginator" [dependencies.diesel] version = "2.0.0-rc.0" features = ["postgres"] [dependencies.dotenv] version = "0.15.0" [dependencies.serde] version = "1" features = ["derive"]