[package]
edition = "2024"
rust-version = "1.85"
name = "oxibrain-core"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core domain types, temporal fold, extraction, ranking, and packing for oxibrain"
readme = "README.md"
keywords = [
"knowledge-graph",
"temporal",
"entity-resolution",
"fold",
]
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/a7garden/oxibrain"
resolver = "2"
[lib]
name = "oxibrain_core"
path = "src/lib.rs"
[[test]]
name = "event_identity_types"
path = "tests/event_identity_types.rs"
[[test]]
name = "fold_property"
path = "tests/fold_property.rs"
[[test]]
name = "resolution_property"
path = "tests/resolution_property.rs"
[dependencies.blake3]
version = "1.5"
[dependencies.hex]
version = "0.4"
[dependencies.oxibrain-index]
version = "0.6.0"
[dependencies.oxibrain-ports]
version = "0.6.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.unicode-normalization]
version = "0.1"
[dev-dependencies.proptest]
version = "1"