sinter-store 0.46.0

Embedded persistent graph store (redb), queryable without loading the world
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 = "sinter-store"
version = "0.46.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.46.0"

[dependencies.thiserror]
version = "2"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.proptest]
version = "1"

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