[dependencies.anyhow]
version = "1.0.100"
[dependencies.testcontainers]
features = ["default"]
version = "0.26.3"
[dependencies.testcontainers-modules]
features = ["postgres"]
version = "0.14.0"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
version = "1.48.0"
[dependencies.tokio-postgres]
version = "0.7.15"
[dev-dependencies.reqwest]
features = ["json"]
version = "0.13.1"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.testcontainers]
features = ["default"]
version = "0.26.3"
[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.48.0"
[features]
analytics = ["const"]
auth = ["const"]
const = []
default = []
error = []
functions = ["const"]
graphql = ["const"]
postgres_testcontainer = []
postgrest = ["const"]
realtime = ["const"]
storage = ["const"]
[lib]
name = "supabase_testcontainers_modules"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "database"]
description = "Testcontainers modules for Supabase services used in integration testing."
documentation = "https://docs.rs/supabase-testcontainers-modules"
edition = "2021"
homepage = "https://github.com/j7nw4r/supabase_testcontainers"
keywords = ["supabase", "testcontainers", "integration-tests", "containers", "postgresql"]
license = "MIT"
name = "supabase-testcontainers-modules"
readme = "README.md"
repository = "https://github.com/j7nw4r/supabase_testcontainers"
rust-version = "1.75"
version = "1.0.3"
[[test]]
name = "analytics_integration"
path = "tests/analytics_integration.rs"
required-features = ["analytics"]
[[test]]
name = "auth_integration"
path = "tests/auth_integration.rs"
required-features = ["auth"]
[[test]]
name = "functions_integration"
path = "tests/functions_integration.rs"
required-features = ["functions"]
[[test]]
name = "graphql_integration"
path = "tests/graphql_integration.rs"
required-features = ["graphql", "postgrest"]
[[test]]
name = "postgrest_integration"
path = "tests/postgrest_integration.rs"
required-features = ["postgrest"]
[[test]]
name = "realtime_integration"
path = "tests/realtime_integration.rs"
required-features = ["realtime"]
[[test]]
name = "storage_integration"
path = "tests/storage_integration.rs"
required-features = ["storage"]