moloch-storage 0.1.0

Storage layer for Moloch audit chain
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 = "2021"
name = "moloch-storage"
version = "0.1.0"
authors = ["Daemoniorum LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage layer for Moloch audit chain"
readme = false
keywords = [
    "audit",
    "blockchain",
    "cryptography",
    "merkle",
    "zk-proofs",
]
categories = [
    "cryptography",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Daemoniorum-LLC/moloch"

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

[dependencies.bincode]
version = "1.3"

[dependencies.memmap2]
version = "0.9"

[dependencies.moloch-core]
version = "0.1.0"

[dependencies.moloch-mmr]
version = "0.1.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rkyv]
version = "0.8"

[dependencies.rocksdb]
version = "0.22"

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

[dependencies.tempfile]
version = "3.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"