# 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.61" name = "rdb-pagination" version = "0.2.2" authors = ["Magic Len "] build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SQL query extension library for handling pagination and sorting in relational databases." homepage = "https://magiclen.org/rdb-pagination" readme = "README.md" keywords = [ "database", "pagination", "order", "relational", "table", ] categories = [ "rust-patterns", "database", ] license = "MIT" repository = "https://github.com/magiclen/rdb-pagination" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rdb_pagination" path = "src/lib.rs" [dependencies.rdb-pagination-core] version = "0.2.2" default-features = false [dependencies.rdb-pagination-derive] version = "0.2" optional = true default-features = false [dev-dependencies.educe] version = "0.5" features = ["default"] default-features = false [features] default = ["derive"] derive = ["dep:rdb-pagination-derive"] mysql = ["rdb-pagination-core/mysql"] serde = ["rdb-pagination-core/serde"] sqlite = ["rdb-pagination-core/sqlite"]