[dependencies.chrono]
version = "0.4.43"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.rand]
version = "0.9.2"
[dependencies.reqwest]
features = ["json"]
version = "0.13.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.140"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.tokio]
features = ["full"]
version = "1.49.0"
[dependencies.url]
version = "2.5.8"
[dependencies.urlencoding]
version = "2.1.3"
[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.19.0"
[lib]
name = "rust_supabase_sdk"
path = "src/lib.rs"
[package]
authors = ["Lachy Hislop lachie.hislop@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An SDK kit for SupaBase so that Rust lovers can use SupaBase with the low level abstracted away. If you want new features tell me and I'll add them."
edition = "2021"
license = "MIT"
name = "rust_supabase_sdk"
readme = "README.md"
version = "0.2.17"
[[test]]
name = "auth_tests"
path = "tests/auth_tests.rs"
[[test]]
name = "basic_tests"
path = "tests/basic_tests.rs"
[[test]]
name = "filter_tests"
path = "tests/filter_tests.rs"
[[test]]
name = "select_tests"
path = "tests/select_tests.rs"