# 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 = "axum-supabase-auth" version = "0.1.0" authors = ["Jannis Schaefer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integrate Supabase Auth (GoTrue) with Axum" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/schjan/axum-supabase-auth" [lib] name = "axum_supabase_auth" path = "src/lib.rs" [[example]] name = "axum" path = "examples/axum/main.rs" [[test]] name = "api" path = "tests/api/main.rs" [dependencies.axum] version = "0.7.6" features = [ "json", "macros", "query", "form", "tracing", ] default-features = false [dependencies.axum-extra] version = "0.9.4" features = [ "query", "cookie", "typed-header", "tracing", ] default-features = false [dependencies.base64] version = "0.22" [dependencies.bon] version = "2.3.0" [dependencies.either] version = "1.13.0" features = ["serde"] [dependencies.jsonwebtoken] version = "9.3.0" default-features = false [dependencies.oauth2] version = "4.4" default-features = false [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3.36" features = ["serde"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.5.2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.axum] version = "0.7.5" features = ["default"] [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.fake] version = "2.9.2" [dev-dependencies.matches] version = "0.1.10" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", ] [dev-dependencies.tower] version = "0.5" features = ["util"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]