[package] name = "ezoauth" version = "0.2.0" authors = ["Jakob Hellermann "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/jakobhellermann/ezoauth" description = "Easy to use OAuth2 client for rust" categories = ["authentication"] keywords = ["oauth", "client", "authorization", "simple"] [dependencies] thiserror = "1.0" reqwest = { version = "0.11", default-features = false } oauth2 = "4.0" [dev-dependencies] anyhow = "1.0"