akar-postgres 0.1.1

PostgreSQL extension for the Akar embedded graph database
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"
name = "akar-postgres"
version = "0.1.1"
authors = ["Anjang Kusuma Netra"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL extension for the Akar embedded graph database"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "embedded",
    "cypher",
    "ai-agent",
]
categories = [
    "database",
    "database-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/mlengse/akar"
resolver = "2"

[features]
default = []
native = [
    "tokio",
    "tokio-postgres",
]

[lib]
name = "akar_postgres"
path = "src/lib.rs"

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

[dependencies.akar-extension]
version = "0.1.0"

[dependencies.akar-function]
version = "0.1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
]
optional = true

[dependencies.tokio-postgres]
version = "0.7"
features = [
    "with-chrono-0_4",
    "with-uuid-1",
    "with-serde_json-1",
]
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.akar-catalog]
version = "0.1.0"

[dev-dependencies.akar-common]
version = "0.1.0"

[dev-dependencies.akar-extension]
version = "0.1.0"

[lints.clippy]
clone_on_copy = "allow"
cloned_ref_to_slice_refs = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
empty_line_after_doc_comments = "allow"
if_same_then_else = "allow"
items_after_test_module = "allow"
len_without_is_empty = "allow"
match_like_matches_macro = "allow"
needless_range_loop = "allow"
too_many_arguments = "allow"
type_complexity = "allow"