# 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-error-mapper-middleware" version = "0.1.1" authors = ["Michael van Straten"] description = "This simple crate allows you to remap actix-web errors to your own custom error type. You could for example return a html wrapped error. " documentation = "https://docs.rs/actix-error-mapper-middleware/" readme = "readme.md" keywords = [ "web", "futures", "utility", "actix-web", "error-handling", ] categories = ["Accessibility"] license = "MIT OR Apache-2.0" repository = "https://github.com/michaelvanstraten/actix-error-mapper-middleware" resolver = "2" [dependencies.actix-web] version = "^4" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.futures-util] version = "0.3.21" [dependencies.jwt-compact] version = "0.5.0" features = ["ed25519-dalek"] [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" [dependencies.serde_cbor] version = "0.11.1" [dev-dependencies.actix-jwt-auth-middleware] version = "^0.1" [dev-dependencies.rusty-html] version = "^0.1"