# 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 = "ergoreq" version = "0.2.0" description = "A human-centric web request client developed based on Reqwest, supporting automatic cookie management, automatic retries, and custom middleware." readme = "README.md" keywords = [ "client", "http", "request", "reqwest", ] categories = [ "web-programming::http-client", "web-programming", ] license = "MIT" repository = "https://github.com/whl2606555/ergoreq" [dependencies.anyhow] version = "^1" [dependencies.async-trait] version = "^0" [dependencies.chrono] version = "^0" [dependencies.cookie] version = "^0" features = ["percent-encode"] [dependencies.dashmap] version = "^5" features = [ "inline", "serde", ] [dependencies.http] version = "^1" [dependencies.paste] version = "^1" [dependencies.reqwest] version = "^0" features = [ "json", "multipart", ] default-features = false [dependencies.retry-policies] version = "^0" [dependencies.serde] version = "^1" [dependencies.tracing] version = "^0" [dependencies.url] version = "^2" [dev-dependencies.reqwest] version = "^0" features = ["rustls-tls"] default-features = false [dev-dependencies.serde_json] version = "^1" [dev-dependencies.tokio] version = "^1" features = ["full"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "^1" features = ["time"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-timer] version = "^0"