# 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 = "2018" name = "pg_jq" version = "0.0.4" authors = ["Chad Catlett "] description = "A PostgreSQL extension to expose libjq as a basic function. Not recommended for real usage. It is a toy." homepage = "https://github.com/chadcatlett/pg-jq" license = "AGPL-3.0-or-later" repository = "https://github.com/chadcatlett/pg-jq" [profile.dev] panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" [lib] crate-type = ["cdylib"] [dependencies.jq-rs] version = "0.4.1" [dependencies.pgx] version = "0.1" [dependencies.pgx-macros] version = "0.1" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.67" [dev-dependencies.pgx-tests] version = "0.1" [build-dependencies.cargo-pgx] version = "0.1" [features] default = ["pg11"] pg10 = ["pgx/pg10", "pgx-tests/pg10"] pg11 = ["pgx/pg11", "pgx-tests/pg11"] pg12 = ["pgx/pg12", "pgx-tests/pg12"] pg13 = ["pgx/pg13", "pgx-tests/pg13"] pg_test = []