# 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 = "aliri_reqwest" version = "0.5.0" authors = ["Marcus Griep "] description = "Background token management and renewal for reqwest based on best practices" readme = "README.md" keywords = [ "reqwest", "jwt", "oauth2", "auth", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/neoeinstein/aliri" [package.metadata.workspaces] independent = true [dependencies.aliri_clock] version = "0.1.4" [dependencies.aliri_tokens] version = "0.3.0" [dependencies.async-trait] version = "0.1.79" [dependencies.bytes] version = "1.6.0" [dependencies.http] version = "1.1.0" [dependencies.predicates] version = "3.1.0" default-features = false [dependencies.reqwest] version = "0.12.3" default-features = false [dependencies.reqwest-middleware] version = "0.3.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "time", ]