[package]
name = "oxgraph-db"
version = "0.3.2"
license.workspace = true
description = "Standalone OxGraph-native database engine above the topology substrate."
categories.workspace = true
keywords.workspace = true
readme.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
[dependencies]
crc32c = { workspace = true }
oxgraph-algo = { version = "0.3.2", path = "../oxgraph-algo", default-features = false, features = [
"alloc",
] }
oxgraph-csc = { version = "0.3.2", path = "../oxgraph-csc" }
oxgraph-csr = { version = "0.3.2", path = "../oxgraph-csr", features = ["build"] }
oxgraph-graph = { version = "0.3.2", path = "../oxgraph-graph" }
oxgraph-hyper = { version = "0.3.2", path = "../oxgraph-hyper" }
oxgraph-hyper-bcsr = { version = "0.3.2", path = "../oxgraph-hyper-bcsr", features = ["build"] }
oxgraph-mmap = { version = "0.3.2", path = "../oxgraph-mmap" }
oxgraph-property = { version = "0.3.2", path = "../oxgraph-property" }
oxgraph-snapshot = { version = "0.3.2", path = "../oxgraph-snapshot", features = ["alloc"] }
oxgraph-topology = { version = "0.3.2", path = "../oxgraph-topology" }
serde = { workspace = true }
yoke = { workspace = true }
zerocopy = { workspace = true }
[features]
kani-heavy = []
[dev-dependencies]
criterion = { workspace = true }
proptest = { workspace = true }
[[bench]]
name = "open_recovery"
harness = false
[[bench]]
name = "commit"
harness = false
[[bench]]
name = "lookup"
harness = false
[lints]
workspace = true