# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "actix-oidc-token" version = "0.3.0" authors = ["jofas "] description = "Abstractions over OpenID Connect tokens for the actix-web framework" homepage = "https://github.com/jofas/actix_oidc_token" documentation = "https://docs.rs/actix_oidc_token" readme = "README.md" license = "MIT" repository = "https://github.com/jofas/actix_oidc_token" [dependencies.actix-web] version = "^3.3.2" [dependencies.actix-web-httpauth] version = "^0.5.0" [dependencies.jonases-tracing-util] version = "^0.1.0" [dependencies.serde] version = "^1.0.123" features = ["derive"] [dependencies.serde_json] version = "^1.0.64" [dependencies.serde_urlencoded] version = "^0.7.0" [dependencies.tokio] version = "^1.2.0" features = ["sync"] [dev-dependencies.actix-rt] version = "^1.1.1"