pgrdf 0.3.0

Rust-native PostgreSQL extension for RDF, SPARQL, SHACL and OWL reasoning
# 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"
rust-version = "1.91"
name = "pgrdf"
version = "0.3.0"
authors = ["Peter Styk <peter@styk.tv>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native PostgreSQL extension for RDF, SPARQL, SHACL and OWL reasoning"
homepage = "https://github.com/styk-tv/pgRDF"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/styk-tv/pgRDF"

[features]
default = []
pg14 = [
    "pgrx/pg14",
    "pgrx-tests/pg14",
]
pg15 = [
    "pgrx/pg15",
    "pgrx-tests/pg15",
]
pg16 = [
    "pgrx/pg16",
    "pgrx-tests/pg16",
]
pg17 = [
    "pgrx/pg17",
    "pgrx-tests/pg17",
]
pg_test = []

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

[[bin]]
name = "pgrx_embed_pgrdf"
path = "src/bin/pgrx_embed.rs"

[dependencies.oxrdf]
version = "0.3"

[dependencies.oxttl]
version = "0.2"

[dependencies.pgrx]
version = "0.16"

[dependencies.reasonable]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.spargebra]
version = "0.4"

[dev-dependencies.pgrx-tests]
version = "0.16"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("pg13", "pg18"))']

[profile.dev]
panic = "unwind"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "unwind"