# 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 = "page-hunter" version = "0.3.0" authors = ["Juan Manuel Tamayo "] description = "The pagination powerhouse, built with Rust" homepage = "https://github.com/jmtamayo/page-hunter" documentation = "https://docs.rs/page-hunter" readme = "README.md" keywords = [ "pagination", "paginator", "page_model", ] categories = ["development-tools"] license-file = "LICENSE" repository = "https://github.com/jmtamayo/page-hunter" [package.metadata.docs.rs] all-features = true [dependencies.serde] version = ">=1.0.200" features = ["derive"] optional = true [dependencies.sqlx] version = ">=0.8.1" features = ["runtime-tokio"] optional = true [dependencies.utoipa] version = ">=4.2.0" optional = true [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.sqlx] version = "0.8.2" features = [ "uuid", "time", ] [dev-dependencies.time] version = "0.3.36" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.uuid] version = "1.10.0" [features] mysql-sqlx = [ "dep:sqlx", "sqlx/mysql", ] pg-sqlx = [ "dep:sqlx", "sqlx/postgres", ] serde = ["dep:serde"] sqlite-sqlx = [ "dep:sqlx", "sqlx/sqlite", ] utoipa = [ "dep:utoipa", "serde", ]