[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.11"
[dev-dependencies.json]
version = "0.12"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["Bobbie Soedirgo <bobbie@soedirgo.dev>"]
categories = ["development-tools"]
description = "PostgREST client-side library"
edition = "2021"
homepage = "https://github.com/supabase/postgrest-rs"
keywords = ["postgres", "postgrest", "rest", "api"]
license = "Apache-2.0 OR MIT"
name = "postgrest"
readme = "README.md"
repository = "https://github.com/supabase/postgrest-rs"
version = "1.6.0"