# 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-core" 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_core" path = "src/lib.rs" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] mysql = [] serde = ["dep:serde"] sqlite = []