# 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 = "oauth2-surf" version = "0.1.2" authors = ["Harshit Pant "] description = "HTTP client adapter for oauth2 crate using the surf HTTP client" keywords = ["oauth2", "surf", "async-std"] categories = ["authentication"] license = "MIT" repository = "https://github.com/pantharshit00/oauth2-surf" [dependencies.anyhow] version = "1.0" [dependencies.http] version = "0.2" [dependencies.oauth2] version = "4.0.0" default-features = false [dependencies.surf] version = "2.2" [dependencies.thiserror] version = "1.0"