sz-orm-graph 6.2.0

Graph database support for sz-orm: Neo4j Cypher query, typed mapping, declarative modeling
Documentation
[package]

name = "sz-orm-graph"

description = "Graph database support for sz-orm: Neo4j Cypher query, typed mapping, declarative modeling"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

authors.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true

keywords.workspace = true

categories.workspace = true





[package.metadata.cargo-machete]

ignored = ['async-trait', 'tracing']

[dependencies]

serde = { workspace = true }

serde_json = { workspace = true }

thiserror = { workspace = true }

tokio = { workspace = true }

async-trait = { workspace = true }

tracing = { workspace = true }

crossbeam-queue = { workspace = true }



[features]

default = []

integration = []

neo4j-driver = []



[lints]

workspace = true