# 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 = "starstraw" version = "0.1.0" authors = ["hkau"] description = "Simple authentication back-end that feels like a game" documentation = "https://docs.rs/starstraw" readme = "README.md" categories = [ "web-programming", "database", ] license = "MIT" repository = "https://github.com/hkauso/starstraw" [package.metadata.docs.rs] features = ["sqlite"] no-default-features = true [[example]] name = "basic" crate-type = ["bin"] [dependencies.axum] version = "0.7.5" features = ["macros"] [dependencies.axum-extra] version = "0.9.3" features = ["cookie"] [dependencies.axum-macros] version = "0.4.1" [dependencies.dorsal] version = "0.1.7" default-features = false [dependencies.dotenv] version = "0.15.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [features] mysql = ["dorsal/mysql"] postgres = ["dorsal/postgres"] sqlite = ["dorsal/sqlite"]