# 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 = "supabase-auth" version = "0.10.6" authors = ["Eric Biggs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supabase Auth implementation following the official client libraries." homepage = "https://supabase.com" readme = "README.md" keywords = [ "supabase", "supabase-auth", "authentication", "auth", ] categories = [ "authentication", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/proziam/supabase-auth-rs" [lib] name = "supabase_auth" path = "src/lib.rs" [[test]] name = "client_tests" path = "tests/client_tests.rs" [dependencies.reqwest] version = "0.12.9" default-features = false [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.tokio] version = "1.39.3" features = ["full"] [dev-dependencies.uuid] version = "1.10.0" features = ["v7"] [features] default = ["reqwest/default-tls"] use-rustls = ["reqwest/rustls-tls"]