pg_ripple_http 0.128.0

SPARQL 1.1 Protocol HTTP endpoint for pg_ripple — connects PostgreSQL 18 RDF triple store to the web
[package]
name = "pg_ripple_http"
version = "0.15.0"
edition = "2024"
description = "SPARQL 1.1 Protocol HTTP endpoint for pg_ripple"
license = "Apache-2.0"
repository = "https://github.com/grove/pg-ripple"
rust-version = "1.88"

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

[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }
tokio-postgres = { version = "0.7", features = ["with-serde_json-1"] }
deadpool-postgres = "0.14"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tower-http = { version = "0.6", features = ["cors"] }
tower_governor = { version = "0.4", features = ["axum"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
percent-encoding = "2"
serde_urlencoded = "0.7"
constant_time_eq = "0.3"
uuid = { version = "1", features = ["v4"] }