[package] name = "merfolk_middleware_authentication" version = "0.1.0" authors = ["Paul Volavsek "] edition = "2018" license = "MIT" description = "A `Middleware` for merfolk providing simple authentication." repository = "https://github.com/volllly/merfolk" # readme = "../README.md" documentation = "https://docs.rs/merfolk_middleware_authentication/" keywords = ["RPC", "merfolk", "authentication"] [features] [dependencies] anyhow = "1.0" derive_builder = "0.10.0-alpha" log = "0.4" merfolk = { version = "0", features=["std"] } serde = { version = "1.0.116", features=["derive"] } thiserror = "1.0" wildmatch = "1.0" [dev-dependencies] merfolk_frontend_register = { path = "../../frontends/register" } merfolk_backend_in_process = { path = "../../backends/in-process" } rand = "0.8" tokio = "1.0" [[test]] name = "test" path = "test/tests.rs"