# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "spo-postgrest" version = "1.6.0" authors = ["Bobbie Soedirgo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PostgREST client-side library (forked)" homepage = "https://github.com/space-operator/postgrest-rs" readme = "README.md" keywords = [ "postgres", "postgrest", "rest", "api", ] categories = ["development-tools"] license = "Apache-2.0 OR MIT" repository = "https://github.com/space-operator/postgrest-rs" [lib] name = "spo_postgrest" path = "src/lib.rs" [[example]] name = "minimum" path = "examples/minimum.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "multi_schema" path = "tests/multi_schema.rs" [dependencies.reqwest] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.json] version = "0.12" [dev-dependencies.tokio] version = "1" features = ["full"]