# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokkit" version = "0.17.0" authors = ["Christian Douven "] description = "A simple(simplistic) OAUTH toolkit." homepage = "https://github.com/chridou/tokkit" documentation = "https://docs.rs/tokkit" readme = "README.md" keywords = ["OAUTH2", "token", "token-info", "s2s"] categories = ["web-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/chridou/tokkit" [dependencies.backoff] version = "0.1" [dependencies.backoff-futures] version = "0.2" optional = true [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3" optional = true [dependencies.json] version = "0.12" [dependencies.log] version = "0.4" [dependencies.metrix] version = "0.10" optional = true [dependencies.reqwest] version = "0.10" features = ["blocking"] [dependencies.url] version = "2.1" [dev-dependencies.env_logger] version = "0.7" [features] async = ["futures", "backoff-futures"]