# 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 = "2021" name = "actix-web-middleware-oso" version = "0.1.0" authors = ["josh rotenberg "] description = "actix-web authorization middleware with Oso" documentation = "https://docs.rs/actix-web-middleware-oso" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/joshrotenberg/actix-web-middleware-oso.git" resolver = "2" [lib] name = "actix_web_middleware_oso" path = "src/lib.rs" [dependencies.actix-service] version = "2" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4.0.1" default_features = false [dependencies.futures-util] version = "0.3.7" features = ["std"] default-features = false [dependencies.oso] version = "0.26.0" [dev-dependencies.actix-rt] version = "2" [dev-dependencies.actix-web] version = "4.0.1" features = ["macros"] default_features = false [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.log] version = "0.4"