# 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 = "data-pager" version = "0.2.1" description = """ A simple pager tool """ homepage = "https://github.com/tyrchen/data-pager" documentation = "https://docs.rs/data-pager" readme = "README.md" keywords = [ "database", "pagination", ] license = "MIT" repository = "https://github.com/tyrchen/data-pager" [dependencies.base64] version = "0.21.0" [dependencies.derive_builder] version = "0.12.0" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.snafu] version = "0.7.4" features = ["rust_1_61"] [dev-dependencies.anyhow] version = "1.0.69"