# 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] name = "actix-web-middleware-opa" version = "0.1.1" authors = ["Michiel Kalkman "] description = "actix-web middleware for Open Policy Agent (OPA) verification" homepage = "https://github.com/michiel/actix-web-middleware-opa" documentation = "https://docs.rs/actix-web-middleware-opa" readme = "README.md" keywords = ["actix-web", "middleware", "opa", "openpolicyagent"] categories = [] license = "MIT" [lib] name = "actix_web_middleware_opa" path = "src/lib.rs" [dependencies.actix] version = "0.7" [dependencies.actix-web] version = "0.7" default-features = false [dependencies.base64] version = "0.10" [dependencies.bytes] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1" [dependencies.jsonwebtoken] version = "5.0" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.url] version = "1.7" [features] default = ["jwt"] jwt = ["jsonwebtoken"]