[package] name = "spo-postgrest" version = "1.6.0" authors = ["Bobbie Soedirgo "] description = "PostgREST client-side library (forked)" homepage = "https://github.com/space-operator/postgrest-rs" repository = "https://github.com/space-operator/postgrest-rs" readme = "README.md" license = "Apache-2.0 OR MIT" keywords = ["postgres", "postgrest", "rest", "api"] categories = ["development-tools"] edition = "2021" [dependencies] reqwest = { version = "0.12" } serde = { version = "1", features = ["derive"] } [dev-dependencies] json = "0.12" tokio = { version = "1", features = ["full"] }