[package]
name = "stackless-provider-sdk"
edition.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
description = "Provider-facing traits and helpers for stackless catalog integrations"
[lints]
workspace = true
[dependencies]
async-trait = "0.1.89"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
stackless-core.workspace = true
stackless-stripe-projects.workspace = true
thiserror = "2.0.18"
toml = "1.1.2"