# 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 = "lembaran" version = "0.3.0" publish = true description = "Pagination library." keywords = ["pagination"] categories = ["asynchronous", "web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/kafji/lembaran" resolver = "2" [[example]] name = "reqwest" required-features = ["ext_reqwest"] [dependencies.bstr] version = "0.2" [dependencies.hyper_http] version = "0.2" optional = true package = "http" [dependencies.reqwest] version = "0.11" optional = true [dependencies.url] version = "2" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.reqwest] version = "0.11" features = ["json"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] ext_http = ["hyper_http"] ext_reqwest = ["ext_http", "url", "reqwest"]