[package]
edition = "2024"
name = "sinter-store"
version = "0.47.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded persistent graph store (redb), queryable without loading the world"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/shellfu/sinter"
[lib]
name = "sinter_store"
path = "src/lib.rs"
[[test]]
name = "cold_start"
path = "tests/cold_start.rs"
[[test]]
name = "incremental"
path = "tests/incremental.rs"
[[test]]
name = "retry_test"
path = "tests/retry_test.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[[test]]
name = "scale"
path = "tests/scale.rs"
[[test]]
name = "scratch_stats"
path = "tests/scratch_stats.rs"
[[test]]
name = "tokens"
path = "tests/tokens.rs"
[dependencies.postcard]
version = "1"
features = ["alloc"]
[dependencies.redb]
version = "3"
[dependencies.sinter-core]
version = "0.47.0"
[dependencies.thiserror]
version = "2"
[dependencies.zstd]
version = "0.13"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tempfile]
version = "3"