# 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 = "sontonio-iam" version = "0.1.18-alpha.2" authors = ["Kevin Focke"] description = """ Delightfully simple Identity and Access Management for SMBs. """ readme = "README.md" keywords = [ "iam", "identity", "authentication", "sessions", "role-based", ] categories = [ "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/KevinFocke/sontonio-iam" [dependencies.axum] version = "0.7.3" [dependencies.tokio] version = "1.35.1" features = ["rt-multi-thread"] [dev-dependencies.rusty-hook] version = "^0.11.2" [dev-dependencies.tower] version = "0.4.13"