aingle_graph 0.4.1

Native GraphDB for AIngle - Semantic triple store with SPO indexes
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 = "2021"
rust-version = "1.83"
name = "aingle_graph"
version = "0.4.1"
authors = ["Apilium Technologies <hello@apilium.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native GraphDB for AIngle - Semantic triple store with SPO indexes"
homepage = "https://apilium.com"
documentation = "https://docs.rs/aingle_graph"
readme = "README.md"
keywords = [
    "aingle",
    "graph",
    "rdf",
    "semantic",
    "triplestore",
]
categories = [
    "database",
    "data-structures",
]
license = "Apache-2.0 OR LicenseRef-Commercial"
repository = "https://github.com/ApiliumCode/aingle"

[features]
default = ["sled-backend"]
full = [
    "sled-backend",
    "rocksdb-backend",
    "sqlite-backend",
    "rdf",
]
rdf = [
    "dep:rio_turtle",
    "dep:rio_api",
]
rocksdb-backend = ["dep:rocksdb"]
sled-backend = ["dep:sled"]
sqlite-backend = ["dep:rusqlite"]

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

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

[[bench]]
name = "graph_bench"
path = "benches/graph_bench.rs"
harness = false

[dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[dependencies.blake3]
version = "1.8"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.indexmap]
version = "2.13"
features = ["serde"]

[dependencies.log]
version = "0.4"

[dependencies.rio_api]
version = "0.8"
optional = true

[dependencies.rio_turtle]
version = "0.8"
optional = true

[dependencies.rocksdb]
version = "0.24"
optional = true

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sled]
version = "0.34"
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.26"