# 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-middleware-ed25519-authentication" version = "0.3.0" description = "A middleware designed to reject incoming requests that do not have a valid ed25519 signature" readme = "README.md" keywords = [ "actix-web-middleware", "actix-middleware", "ed25519", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/good-praxis/actix-middleware-ed25519-authentication" resolver = "2" [dependencies.actix-http] version = "3" [dependencies.actix-web] version = "4" [dependencies.ed25519-dalek] version = "1" [dependencies.futures-util] version = "0" [dependencies.hex] version = "0.4" [badges.maintenance] status = "passively-maintained"