[package] name = "oidc-util" version = "0.0.1" edition = "2021" description = "OIDC utility" categories = ["development-tools"] keywords = ["hub1989", "oidc"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hub1989-error-util = "0.0.1" actix-web = "4.3.1" alcoholic_jwt = "4091.0.0" async-graphql = "5.0.9" bson = "2.6.1" mongodb = "2.5.0" reqwest = { version = "0.11.18", features = ["json"] } serde = "1.0.163" tonic = "0.9.2" serde_json = "1.0.96" tracing = { version = "0.1.37", features = ["log"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }