# 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" name = "sqlx-page" version = "0.5.0" authors = ["Incomplete "] description = "Cursor based pagination for SQLx" homepage = "https://github.com/qwfy/sqlx-page" license = "MIT" repository = "https://github.com/qwfy/sqlx-page.git" resolver = "2" [dependencies.sqlx] version = "~0.5, <0.6" default-features = false [features] default = ["runtime-tokio-native-tls", "postgres"] postgres = ["sqlx/postgres"] runtime-actix-native-tls = ["sqlx/runtime-actix-native-tls"] runtime-actix-rustls = ["sqlx/runtime-actix-rustls"] runtime-async-std-native-tls = ["sqlx/runtime-async-std-native-tls"] runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]