pg_ripple_http 0.112.0

SPARQL 1.1 Protocol HTTP endpoint for pg_ripple — connects PostgreSQL 18 RDF triple store to the web
# 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.88"
name = "pg_ripple_http"
version = "0.112.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SPARQL 1.1 Protocol HTTP endpoint for pg_ripple — connects PostgreSQL 18 RDF triple store to the web"
readme = "README.md"
keywords = [
    "sparql",
    "rdf",
    "postgresql",
    "knowledge-graph",
    "linked-data",
]
categories = [
    "database",
    "command-line-utilities",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/trickle-labs/pg-ripple"

[[bin]]
name = "pg_ripple_http"
path = "src/main.rs"

[dependencies.arrow]
version = "58.3"
features = ["ipc"]
default-features = false

[dependencies.axum]
version = "0.8"

[dependencies.constant_time_eq]
version = "0.4"

[dependencies.dashmap]
version = "6"

[dependencies.deadpool-postgres]
version = "0.14"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13"

[dependencies.percent-encoding]
version = "2"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls-native-roots"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-postgres]
version = "0.7"
features = ["with-serde_json-1"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "limit",
]

[dependencies.tower_governor]
version = "0.8"
features = ["axum"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.utoipa]
version = "5"
features = [
    "axum_extras",
    "yaml",
]

[dependencies.utoipa-scalar]
version = "0.3"
features = ["axum"]

[dependencies.uuid]
version = "1"
features = ["v4"]