[package] name = "sontonio-iam" version = "0.1.18-alpha.2" edition = "2021" license = "MIT" authors = ["Kevin Focke"] readme = "README.md" repository = "https://github.com/KevinFocke/sontonio-iam" keywords = ["iam", "identity", "authentication", "sessions", "role-based"] description = """ Delightfully simple Identity and Access Management for SMBs. """ categories = ["authentication", "web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0.7.3" tokio = { version = "1.35.1", features = ["rt-multi-thread"] } [dev-dependencies] tower = "0.4.13" rusty-hook = "^0.11.2"