[package] name = "passport-strategies" version = "0.1.14" authors = ["Bob Hawkins "] license = "MIT" description = "A thin wrapper on top of oauth2-rs that simplifies oauth2 authentication." repository = "https://github.com/bob-hawkins/passport-strategies" edition = "2021" keywords = ["oauth2", "passport", "strategies", "authentication"] readme = "README.md" exclude = ["examples/*", ".vscode/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] oauth2 = "4.4.2" reqwest = { version = "0.11.23", features = ["json"] } serde = { version = "1.0.194", features = ["derive"] } serde_json = "1.0.110" thiserror = "1.0.63" tracing = "0.1.40" [dev-dependecies] actix-web = "4.4.0" axum = "0.7.5" tracing-subscriber = { version = "0.3" } tokio = { version = "1.35.1", features = ["full"] }