# 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 = "rp-postgrest" version = "1.6.0" authors = [ "Bobbie Soedirgo ", "Roberts Pumpurs ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PostgREST client-side library" homepage = "https://github.com/roberts-pumpurs/postgrest-rs" readme = "README.md" keywords = [ "postgres", "postgrest", "rest", "api", ] categories = ["development-tools"] license = "Apache-2.0 OR MIT" repository = "https://github.com/roberts-pumpurs/postgrest-rs" [lib] name = "rp_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" features = ["rustls-tls"] default-features = false [dev-dependencies.json] version = "0.12" [dev-dependencies.tokio] version = "1" features = ["full"]