postgrest 1.3.0

PostgREST client-side library
Documentation
[package]
name = "postgrest"
version = "1.3.0"
authors = ["Bobbie Soedirgo <bobbie@soedirgo.dev>"]
description = "PostgREST client-side library"
homepage = "https://github.com/supabase/postgrest-rs"
repository = "https://github.com/supabase/postgrest-rs"
readme = "README.md"
license = "Apache-2.0 OR MIT"
keywords = ["postgres", "postgrest", "rest", "api"]
categories = ["development-tools"]
edition = "2018"

[dependencies]
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }

[dev-dependencies]
json = "0.12"
tokio = { version = "1.5", features = ["full"] }