# 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 = "anansi" version = "0.14.2" authors = ["sarutora"] description = "A simple full-stack web framework for Rust." homepage = "https://saru-tora.github.io/anansi" readme = "README.md" keywords = [ "http", "web", "framework", "async", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/saru-tora/anansi" resolver = "1" [dependencies.anansi-core] version = "0.14" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-trait] version = "0.1.57" [dependencies.oauth2] version = "4.3.0" optional = true [dependencies.pbkdf2] version = "0.10" optional = true [dependencies.rpassword] version = "7.0" optional = true [dependencies.serde_json] version = "1.0" [dependencies.totp-rs] version = "^3.0" features = ["qr"] optional = true [features] default = [ "dep:oauth2", "dep:totp-rs", "dep:pbkdf2", "dep:rpassword", ] minimal = ["anansi-core/minimal"] postgres = ["anansi-core/postgres"] redis = ["anansi-core/redis"] sqlite = ["anansi-core/sqlite"]