grust-graph 0.2.0

A backend-neutral property graph facade for Rust.
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 = "grust-graph"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A backend-neutral property graph facade for Rust."
homepage = "https://github.com/alexy/grust"
readme = "README.md"
keywords = [
    "graph",
    "property-graph",
    "database",
    "rust",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alexy/grust"

[features]
cocoindex = ["dep:grust-cocoindex"]
default = []
falkor = ["dep:grust-falkor"]
helix = ["dep:grust-helix"]
lancedb = ["dep:grust-lancedb"]
memory = ["dep:grust-memory"]
pggraph = ["dep:grust-pggraph"]
sail = ["dep:grust-sail"]
surreal = ["dep:grust-surreal"]

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

[dependencies.grust-cocoindex]
version = "0.2.0"
optional = true

[dependencies.grust-core]
version = "0.2.0"

[dependencies.grust-falkor]
version = "0.2.0"
optional = true

[dependencies.grust-helix]
version = "0.2.0"
optional = true

[dependencies.grust-lancedb]
version = "0.2.0"
optional = true

[dependencies.grust-memory]
version = "0.2.0"
optional = true

[dependencies.grust-pggraph]
version = "0.2.0"
optional = true

[dependencies.grust-sail]
version = "0.2.0"
optional = true

[dependencies.grust-surreal]
version = "0.2.0"
optional = true