json-register 0.2.0

A Rust library for registering JSON objects in PostgreSQL with canonicalisation and caching
Documentation
[dependencies.deadpool]
version = "0.12"

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

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.16.2"

[dependencies.pyo3]
features = ["abi3-py38"]
optional = true
version = "0.27.2"

[dependencies.pyo3-async-runtimes]
features = ["tokio-runtime"]
optional = true
version = "0.27"

[dependencies.pyo3-log]
optional = true
version = "0.13"

[dependencies.pythonize]
optional = true
version = "0.27.0"

[dependencies.rustls]
version = "0.23.36"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-postgres]
features = ["with-uuid-1", "with-time-0_3", "with-serde_json-1"]
version = "0.7"

[dependencies.tokio-postgres-rustls]
version = "0.13"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-log]
optional = true
version = "0.2"

[dependencies.webpki-roots]
version = "1.0.5"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.tokio-postgres]
features = ["with-uuid-1", "with-time-0_3", "with-serde_json-1"]
version = "0.7"

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

[features]
default = []
extension-module = ["pyo3/extension-module", "python"]
python = ["dep:pyo3", "dep:pythonize", "dep:pyo3-async-runtimes", "dep:pyo3-log", "dep:tracing-log"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "encoding"]
description = "A Rust library for registering JSON objects in PostgreSQL with canonicalisation and caching"
edition = "2021"
keywords = ["json", "canonicalisation", "postgresql", "database", "cache"]
license = "Apache-2.0"
name = "json-register"
readme = "README.md"
repository = "https://github.com/telicent-oss/json-register"
version = "0.2.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"