samkhya-postgres 1.0.0

PostgreSQL adapter for samkhya — portable cardinality correction hooks
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "samkhya-postgres"
version = "1.0.0"
authors = ["Prateek Singh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL adapter for samkhya — portable cardinality correction hooks"
homepage = "https://github.com/singhpratech/samkhya"
readme = "README.md"
keywords = [
    "postgres",
    "cardinality",
    "query-optimizer",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/singhpratech/samkhya"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true

[features]
default = []
pg_extension = [
    "dep:pgrx",
    "pgrx/pg17",
]
pg_test = []

[lib]
name = "samkhya_postgres"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.samkhya-core]
version = "1.0.0"

[target."cfg(samkhya_pgrx_enabled)".dependencies.pgrx]
version = "0.12"
optional = true

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(samkhya_pgrx_enabled)"]