file-mst 0.2.0

A Merkle Search Tree implementation backed by a file system.
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 = "file-mst"
version = "0.2.0"
authors = ["Lech Mazur <mazurlech@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Merkle Search Tree implementation backed by a file system."
readme = "README.md"
keywords = [
    "merkle",
    "tree",
    "persistent",
    "database",
    "search",
]
categories = [
    "data-structures",
    "database",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Le-Maz/file-mst"

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

[dependencies.blake3]
version = "1.8"

[dependencies.bytes]
version = "1.11"

[dependencies.postcard]
version = "1.1"

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

[dependencies.tempfile]
version = "3.24"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.9.2"